Color Hex Logo

#30469f Color Hex

#30469F
(48,70,159)
0 Favorites   0 Comments

Color spaces of #30469f

RGB 4870159
HSL0.630.540.41
HSV228°70°62°
CMYK 0.700.560.00   0.38
XYZ9.66717.511933.7413
Yxy7.51190.18980.1475
Hunter Lab27.407814.9955-53.8053
CIE-Lab32.945022.4241-50.9535

#30469f color RGB value is (48,70,159).

#30469f hex color red value is 48, green value is 70 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #30469f hue: 0.63 , saturation: 0.54 and the lightness value of 30469f is 0.41.

The process color (four color CMYK) of #30469f color hex is 0.70, 0.56, 0.00, 0.38. Web safe color of #30469f is #333399. Color #30469f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000110 10011111
Octal 60 106 237
Decimal 48 70 159
Hex 30 46 9F

RGB Percentages of Color #30469f

%17.33
%25.27
%57.40

CMYK Percentages of Color #30469f

%70
%56
%0
%38

Triadic Colors of #30469f

#30469f #9f3046 #469f30

Analogous Colors of #30469f

#30469f #51309f #307e9f

Monochromatic Colors of #30469f

#30469f

Complementary Color

#30469f #9f8930

#30469f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30469f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30469f Color CSS Codes

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

#30469f Text Font Color

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

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


#30469f Background Color

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

This div background color is #30469f


#30469f Border Color

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

This div border color is #30469f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30469f


Comments

No comments written yet.

Please login to write comment.