#042B4B

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

Shades of Prussian Blue #042B4B

Tints of Prussian Blue #042B4B

Color information

#042B4B (or 0x042B4B) is unknown color: approx Prussian Blue. HEX triplet: 04, 2B and 4B. RGB value is (4,43,75). Sum of RGB (Red+Green+Blue) = 4+43+75=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #042B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B4B is #FBD4B4. Grayscale: #222222. Windows color (decimal): -16503989 or 4926212. OLE color: 4926212.

HSL color Cylindrical-coordinate representation of color #042B4B: hue angle of 207.04º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042B4B is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB44375-
CMYK0.950.4300.71
HSL207.04º89.87%15.49%-
HSV(B)207.04º94.67%29.41%-
XYZ2.182.266.98-
YUV34.99150.58105.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 43 (17.19% from 255) = 35.25%
BLUE value IS 75 (29.69% from 255) = 61.48%
R=3.28%
G=35.25%
B=61.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal443750.950.4300.71207.0489.8715.49
Hex42B4B5F2B047cf5af
Octal45311313753010731713217
Binary10010101110010111011111101011010001111100111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,43,75); }

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

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

 a { background-color: rgb(4,43,75); }

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

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

 span { border-color: rgb(4,43,75); }

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