#042E4C

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

Shades of Prussian Blue #042E4C

Tints of Prussian Blue #042E4C

Color information

#042E4C (or 0x042E4C) is unknown color: approx Prussian Blue. HEX triplet: 04, 2E and 4C. RGB value is (4,46,76). Sum of RGB (Red+Green+Blue) = 4+46+76=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #042E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E4C is #FBD1B3. Grayscale: #242424. Windows color (decimal): -16503220 or 4992516. OLE color: 4992516.

HSL color Cylindrical-coordinate representation of color #042E4C: hue angle of 205º 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 #042E4C is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB44676-
CMYK0.950.3900.70
HSL205º90%15.69%-
HSV(B)205º94.74%29.8%-
XYZ2.332.57.2-
YUV36.86150.09104.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 76 (30.08% from 255) = 60.32%
R=3.17%
G=36.51%
B=60.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal446760.950.3900.702059015.69
Hex42E4C5F27046cd5a10
Octal45611413747010631513220
Binary100101110100110010111111001110100011011001101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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