Color Hex Logo

#30475f Color Hex

#30475F
(48,71,95)
0 Favorites   0 Comments

Color spaces of #30475f

RGB 487195
HSL0.590.330.28
HSV211°49°37°
CMYK 0.490.250.00   0.63
XYZ5.53775.961111.6852
Yxy5.96110.23890.2571
Hunter Lab24.4154-2.2409-11.2855
CIE-Lab29.3141-1.4838-16.9156

#30475f color RGB value is (48,71,95).

#30475f hex color red value is 48, green value is 71 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #30475f hue: 0.59 , saturation: 0.33 and the lightness value of 30475f is 0.28.

The process color (four color CMYK) of #30475f color hex is 0.49, 0.25, 0.00, 0.63. Web safe color of #30475f is #333366. Color #30475f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000111 01011111
Octal 60 107 137
Decimal 48 71 95
Hex 30 47 5F

RGB Percentages of Color #30475f

%22.43
%33.18
%44.39

CMYK Percentages of Color #30475f

%49
%25
%0
%63

Triadic Colors of #30475f

#30475f #5f3047 #475f30

Analogous Colors of #30475f

#30475f #31305f #305f5f

Monochromatic Colors of #30475f

#30475f

Complementary Color

#30475f #5f4830

#30475f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30475f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30475f Color CSS Codes

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

#30475f Text Font Color

<p style="color:#30475f">Text here</p>

This sample text font color is #30475f
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.


#30475f Background Color

<div style="background-color:#30475f">
Div content here</div>

This div background color is #30475f


#30475f Border Color

<div style="border:3px solid #30475f">
Div here</div>

This div border color is #30475f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30475f


Comments

No comments written yet.

Please login to write comment.