Html Css Color HEX #042E45 Blue Whale

📋 copy color: '#042E45'

red 4 ◦ green 46 ◦ blue 69

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

Shades of Blue Whale #042E45

Tints of Blue Whale #042E45

RGB

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

 GREEN value IS 46 (18.36% from 255) = 38.66%

 BLUE value IS 69 (27.34% from 255) = 57.98%

R = 3.36%
G = 38.66%
B = 57.98%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#042E45 (or 0x042E45) is known color: Blue Whale. HEX triplet: 04, 2E and 45. RGB value is (4,46,69). Sum of RGB (Red+Green+Blue) = 4+46+69=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #042E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E45 is #FBD1BA. Grayscale: #232323. Windows color (decimal): -16503227 or 4533764. OLE color: 4533764.

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

Color convert

RGB 4 46 69 -
CMYK 0.94 0.33 0 0.73
HSL 201.23º 0.89% 0.14% -
HSV(B) 201.23º 0.94% 0.27% -
XYZ 2.1 2.41 5.98 -
YUV 36.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 4 46 69 0.94 0.33 0 0.73 201.23 0.89 0.14
Hex 4 2E 45 5E 21 0 49 C9 59 E
Octal 4 56 105 136 41 0 111 311 131 16
Binary 100 101110 1000101 1011110 100001 0 1001001 11001001 1011001 1110

Color Harmonies of #042E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E45

Black with #042E45

Text Example


Text Example

White with #042E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,46,69); }

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

background-color css

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

 a { background-color: rgb(4,46,69); }

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

border-color css

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

 span { border-color: rgb(4,46,69); }

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