Html Css Color HEX #042D48 Blue Whale

📋 copy color: '#042D48'

red 4 ◦ green 45 ◦ blue 72

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

Shades of Blue Whale #042D48

Tints of Blue Whale #042D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 37.19%

 BLUE value IS 72 (28.52% from 255) = 59.5%

R = 3.31%
G = 37.19%
B = 59.5%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#042D48 (or 0x042D48) is known color: Blue Whale. HEX triplet: 04, 2D and 48. RGB value is (4,45,72). Sum of RGB (Red+Green+Blue) = 4+45+72=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #042D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D48 is #FBD2B7. Grayscale: #232323. Windows color (decimal): -16503480 or 4730116. OLE color: 4730116.

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

Color convert

RGB 4 45 72 -
CMYK 0.94 0.38 0 0.72
HSL 203.82º 0.89% 0.15% -
HSV(B) 203.82º 0.94% 0.28% -
XYZ 2.16 2.37 6.47 -
YUV 35.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 4 45 72 0.94 0.38 0 0.72 203.82 0.89 0.15
Hex 4 2D 48 5E 26 0 48 CC 59 F
Octal 4 55 110 136 46 0 110 314 131 17
Binary 100 101101 1001000 1011110 100110 0 1001000 11001100 1011001 1111

Color Harmonies of #042D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D48

Black with #042D48

Text Example


Text Example

White with #042D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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