#042C4C

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

Shades of Prussian Blue #042C4C

Tints of Prussian Blue #042C4C

Color information

#042C4C (or 0x042C4C) is unknown color: approx Prussian Blue. HEX triplet: 04, 2C and 4C. RGB value is (4,44,76). Sum of RGB (Red+Green+Blue) = 4+44+76=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #042C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C4C is #FBD3B3. Grayscale: #232323. Windows color (decimal): -16503732 or 4992004. OLE color: 4992004.

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

Color convert

RGB44476-
CMYK0.950.4200.70
HSL206.67º90%15.69%-
HSV(B)206.67º94.74%29.8%-
XYZ2.262.357.17-
YUV35.69150.75105.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 76 (30.08% from 255) = 61.29%
R=3.23%
G=35.48%
B=61.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal444760.950.4200.70206.679015.69
Hex42C4C5F2A046cf5a10
Octal45411413752010631713220
Binary100101100100110010111111010100100011011001111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,44,76); }

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

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

 a { background-color: rgb(4,44,76); }

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

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

 span { border-color: rgb(4,44,76); }

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