#042A4B

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

Shades of Prussian Blue #042A4B

Tints of Prussian Blue #042A4B

Color information

#042A4B (or 0x042A4B) is unknown color: approx Prussian Blue. HEX triplet: 04, 2A and 4B. RGB value is (4,42,75). Sum of RGB (Red+Green+Blue) = 4+42+75=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #042A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A4B is #FBD5B4. Grayscale: #222222. Windows color (decimal): -16504245 or 4925956. OLE color: 4925956.

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

Color convert

RGB44275-
CMYK0.950.4400.71
HSL207.89º89.87%15.49%-
HSV(B)207.89º94.67%29.41%-
XYZ2.152.196.97-
YUV34.4150.91106.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 42 (16.80% from 255) = 34.71%
BLUE value IS 75 (29.69% from 255) = 61.98%
R=3.31%
G=34.71%
B=61.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal442750.950.4400.71207.8989.8715.49
Hex42A4B5F2C047d05af
Octal45211313754010732013217
Binary10010101010010111011111101100010001111101000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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