Html Css Color HEX #042D46 Blue Whale

📋 copy color: '#042D46'

red 4 ◦ green 45 ◦ blue 70

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

Shades of Blue Whale #042D46

Tints of Blue Whale #042D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 58.82%

R = 3.36%
G = 37.82%
B = 58.82%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#042D46 (or 0x042D46) is known color: Blue Whale. HEX triplet: 04, 2D and 46. RGB value is (4,45,70). Sum of RGB (Red+Green+Blue) = 4+45+70=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 70 (27.73% from 255 or 58.82% from 119); Max value from RGB is 70 - color contains mainly: blue. Hex color #042D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D46 is #FBD2B9. Grayscale: #232323. Windows color (decimal): -16503482 or 4599044. OLE color: 4599044.

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

Color convert

RGB 4 45 70 -
CMYK 0.94 0.36 0 0.73
HSL 202.73º 0.89% 0.15% -
HSV(B) 202.73º 0.94% 0.27% -
XYZ 2.09 2.34 6.14 -
YUV 35.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 4 45 70 0.94 0.36 0 0.73 202.73 0.89 0.15
Hex 4 2D 46 5E 24 0 49 CB 59 F
Octal 4 55 106 136 44 0 111 313 131 17
Binary 100 101101 1000110 1011110 100100 0 1001001 11001011 1011001 1111

Color Harmonies of #042D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D46

Black with #042D46

Text Example


Text Example

White with #042D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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