#042C47

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

Shades of Blue Whale #042C47

Tints of Blue Whale #042C47

Color information

#042C47 (or 0x042C47) is unknown color: approx Blue Whale. HEX triplet: 04, 2C and 47. RGB value is (4,44,71). Sum of RGB (Red+Green+Blue) = 4+44+71=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #042C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C47 is #FBD3B8. Grayscale: #222222. Windows color (decimal): -16503737 or 4664324. OLE color: 4664324.

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

Color convert

RGB44471-
CMYK0.940.3800.72
HSL204.18º89.33%14.71%-
HSV(B)204.18º94.37%27.84%-
XYZ2.092.286.29-
YUV35.12148.25105.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 71 (28.12% from 255) = 59.66%
R=3.36%
G=36.97%
B=59.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal444710.940.3800.72204.1889.3314.71
Hex42C475E26048cc59f
Octal45410713646011031413117
Binary10010110010001111011110100110010010001100110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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