#042A4F

Color #042A4F Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #042A4F

Tints of Prussian Blue #042A4F

Color information

#042A4F (or 0x042A4F) is unknown color: approx Prussian Blue. HEX triplet: 04, 2A and 4F. RGB value is (4,42,79). Sum of RGB (Red+Green+Blue) = 4+42+79=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #042A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A4F is #FBD5B0. Grayscale: #222222. Windows color (decimal): -16504241 or 5188100. OLE color: 5188100.

HSL color Cylindrical-coordinate representation of color #042A4F: hue angle of 209.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042A4F is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB44279-
CMYK0.950.4700.69
HSL209.6º90.36%16.27%-
HSV(B)209.6º94.94%30.98%-
XYZ2.292.257.71-
YUV34.86152.91105.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 79 (31.25% from 255) = 63.2%
R=3.2%
G=33.6%
B=63.2%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal442790.950.4700.69209.690.3616.27
Hex42A4F5F2F045d25a10
Octal45211713757010532213220
Binary100101010100111110111111011110100010111010010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042A4F; }

 p { color: rgb(4,42,79); }

 H1.HeaderClassName
 {
   color: #042A4F;
 }
 .AnyTagClassName
 {
   color: #042A4F;
 }
</style>
background-color css

<style>
 a { background-color: #042A4F; }

 a { background-color: rgb(4,42,79); }

 div.DivClassName
 {
   background-color: #042A4F;
 }
 .BgClassName
 {
   background-color: #042A4F;
 }
</style>
border-color css

<style>
 span { border-color: #042A4F; }

 span { border-color: rgb(4,42,79); }

 td.TdClassName
 {
   border-color: #042A4F;
 }
 .TagClassName
 {
   border-color: #042A4F;
 }
</style>