#042b48

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

Shades of Blue Whale #042B48

Tints of Blue Whale #042B48

Color information

#042B48 (or 0x042B48) is unknown color: approx Blue Whale. HEX triplet: 04, 2B and 48. RGB value is (4,43,72). Sum of RGB (Red+Green+Blue) = 4+43+72=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #042B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B48 is #FBD4B7. Grayscale: #222222. Windows color (decimal): -16503992 or 4729604. OLE color: 4729604.

HSL color Cylindrical-coordinate representation of color #042B48: hue angle of 205.59º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042B48 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB44372-
CMYK0.940.4000.72
HSL205.59º89.47%14.9%-
HSV(B)205.59º94.44%28.24%-
XYZ2.082.226.45-
YUV34.65149.08106.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 72 (28.52% from 255) = 60.50%
R=3.36%
G=36.13%
B=60.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal443720.940.4000.72205.5989.4714.9
Hex42B485E28048ce59f
Octal45311013650011031613117
Binary10010101110010001011110101000010010001100111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042b48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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