Html Css Color HEX #404249 Blue Zodiac

📋 copy color: '#404249'

red 64 ◦ green 66 ◦ blue 73

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

Shades of Blue Zodiac #404249

Tints of Blue Zodiac #404249

RGB

 RED value IS 64 (25.39% from 255) = 31.53%

 GREEN value IS 66 (26.17% from 255) = 32.51%

 BLUE value IS 73 (28.91% from 255) = 35.96%

R = 31.53%
G = 32.51%
B = 35.96%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#404249 (or 0x404249) is known color: Blue Zodiac. HEX triplet: 40, 42 and 49. RGB value is (64,66,73). Sum of RGB (Red+Green+Blue) = 64+66+73=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 73 - color contains mainly: blue. Hex color #404249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404249 is #BFBDB6. Grayscale: #424242. Windows color (decimal): -12565943 or 4801088. OLE color: 4801088.

HSL color Cylindrical-coordinate representation of color #404249: hue angle of 226.67º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #404249 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 66 73 -
CMYK 0.12 0.10 0 0.71
HSL 226.67º 0.07% 0.27% -
HSV(B) 226.67º 0.12% 0.29% -
XYZ 5.27 5.47 7.08 -
YUV 66.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 64 66 73 0.12 0.10 0 0.71 226.67 0.07 0.27
Hex 40 42 49 C A 0 47 E3 7 1B
Octal 100 102 111 14 12 0 107 343 7 33
Binary 1000000 1000010 1001001 1100 1010 0 1000111 11100011 111 11011

Color Harmonies of #404249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404249

Black with #404249

Text Example


Text Example

White with #404249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404249; }

 p { color: rgb(64,66,73); }

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

background-color css

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

 a { background-color: rgb(64,66,73); }

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

border-color css

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

 span { border-color: rgb(64,66,73); }

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