#042F46

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

Shades of Blue Whale #042F46

Tints of Blue Whale #042F46

Color information

#042F46 (or 0x042F46) is unknown color: approx Blue Whale. HEX triplet: 04, 2F and 46. RGB value is (4,47,70). Sum of RGB (Red+Green+Blue) = 4+47+70=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #042F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042F46 is #FBD0B9. Grayscale: #242424. Windows color (decimal): -16502970 or 4599556. OLE color: 4599556.

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

Color convert

RGB44770-
CMYK0.940.3300.73
HSL200.91º89.19%14.51%-
HSV(B)200.91º94.29%27.45%-
XYZ2.172.56.16-
YUV36.76146.75104.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 70 (27.73% from 255) = 57.85%
R=3.31%
G=38.84%
B=57.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal447700.940.3300.73200.9189.1914.51
Hex42F465E21049c959f
Octal45710613641011131113117
Binary10010111110001101011110100001010010011100100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,47,70); }

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

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

 a { background-color: rgb(4,47,70); }

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

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

 span { border-color: rgb(4,47,70); }

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