Color Hex Logo

#30476d Color Hex

#30476D
(48,71,109)
0 Favorites   0 Comments

Color spaces of #30476d

RGB 4871109
HSL0.600.390.31
HSV217°56°43°
CMYK 0.560.350.00   0.57
XYZ6.23256.239015.3438
Yxy6.23900.22410.2243
Hunter Lab24.97800.8278-18.9368
CIE-Lab30.00763.3165-24.7534

#30476d color RGB value is (48,71,109).

#30476d hex color red value is 48, green value is 71 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #30476d hue: 0.60 , saturation: 0.39 and the lightness value of 30476d is 0.31.

The process color (four color CMYK) of #30476d color hex is 0.56, 0.35, 0.00, 0.57. Web safe color of #30476d is #333366. Color #30476d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000111 01101101
Octal 60 107 155
Decimal 48 71 109
Hex 30 47 6D

RGB Percentages of Color #30476d

%21.05
%31.14
%47.81

CMYK Percentages of Color #30476d

%56
%35
%0
%57

Triadic Colors of #30476d

#30476d #6d3047 #476d30

Analogous Colors of #30476d

#30476d #38306d #30666d

Monochromatic Colors of #30476d

#30476d

Complementary Color

#30476d #6d5630

#30476d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30476d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30476d Color CSS Codes

.mybgcolor {background-color:#30476d; } 
.myforecolor {color:#30476d; }
.mybordercolor {border:3px solid #30476d; }

#30476d Text Font Color

<p style="color:#30476d">Text here</p>

This sample text font color is #30476d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#30476d Background Color

<div style="background-color:#30476d">
Div content here</div>

This div background color is #30476d


#30476d Border Color

<div style="border:3px solid #30476d">
Div here</div>

This div border color is #30476d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,71,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30476d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30476d;
  -webkit-box-shadow: 1px 1px 3px 2px #30476d;
  box-shadow:         1px 1px 3px 2px #30476d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,71,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #30476d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #30476d;
  -webkit-box-shadow: 1px 1px 3px 2px #30476d;
  box-shadow:         1px 1px 3px 2px #30476d;">
Div content here</div>

This div box has shadow with color #30476d

#30476d Color Palettes


Comments

No comments written yet.

Please login to write comment.