#042B47

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

Shades of Blue Whale #042B47

Tints of Blue Whale #042B47

Color information

#042B47 (or 0x042B47) is unknown color: approx Blue Whale. HEX triplet: 04, 2B and 47. RGB value is (4,43,71). Sum of RGB (Red+Green+Blue) = 4+43+71=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 71 (28.12% from 255 or 60.17% from 118); Max value from RGB is 71 - color contains mainly: blue. Hex color #042B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B47 is #FBD4B8. Grayscale: #222222. Windows color (decimal): -16503993 or 4664068. OLE color: 4664068.

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

Color convert

RGB44371-
CMYK0.940.3900.72
HSL205.07º89.33%14.71%-
HSV(B)205.07º94.37%27.84%-
XYZ2.052.216.28-
YUV34.53148.58106.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 43 (17.19% from 255) = 36.44%
BLUE value IS 71 (28.12% from 255) = 60.17%
R=3.39%
G=36.44%
B=60.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal443710.940.3900.72205.0789.3314.71
Hex42B475E27048cd59f
Octal45310713647011031513117
Binary10010101110001111011110100111010010001100110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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