Html Css Color HEX #042F47 Blue Whale

📋 copy color: '#042F47'

red 4 ◦ green 47 ◦ blue 71

#042F47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #042F47

Tints of Blue Whale #042F47

RGB

 RED value IS 4 (1.95% from 255) = 3.28%

 GREEN value IS 47 (18.75% from 255) = 38.52%

 BLUE value IS 71 (28.13% from 255) = 58.2%

R = 3.28%
G = 38.52%
B = 58.2%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#042F47 (or 0x042F47) is known color: Blue Whale. HEX triplet: 04, 2F and 47. RGB value is (4,47,71). Sum of RGB (Red+Green+Blue) = 4+47+71=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #042F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042F47 is #FBD0B8. Grayscale: #242424. Windows color (decimal): -16502969 or 4665092. OLE color: 4665092.

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

Color convert

RGB 4 47 71 -
CMYK 0.94 0.34 0 0.72
HSL 201.49º 0.89% 0.15% -
HSV(B) 201.49º 0.94% 0.28% -
XYZ 2.2 2.51 6.33 -
YUV 36.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 4 47 71 0.94 0.34 0 0.72 201.49 0.89 0.15
Hex 4 2F 47 5E 22 0 48 C9 59 F
Octal 4 57 107 136 42 0 110 311 131 17
Binary 100 101111 1000111 1011110 100010 0 1001000 11001001 1011001 1111

Color Harmonies of #042F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042F47

Black with #042F47

Text Example


Text Example

White with #042F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #042F47;
 }
 .AnyTagClassName
 {
   color: #042F47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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