Html Css Color HEX #40424C Blue Zodiac

📋 copy color: '#40424C'

red 64 ◦ green 66 ◦ blue 76

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

Shades of Blue Zodiac #40424C

Tints of Blue Zodiac #40424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 31.07%
G = 32.04%
B = 36.89%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40424C (or 0x40424C) is known color: Blue Zodiac. HEX triplet: 40, 42 and 4C. RGB value is (64,66,76). Sum of RGB (Red+Green+Blue) = 64+66+76=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 76 - color contains mainly: blue. Hex color #40424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40424C is #BFBDB3. Grayscale: #424242. Windows color (decimal): -12565940 or 4997696. OLE color: 4997696.

HSL color Cylindrical-coordinate representation of color #40424C: hue angle of 230º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #40424C is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 66 76 -
CMYK 0.16 0.13 0 0.70
HSL 230º 0.09% 0.27% -
HSV(B) 230º 0.16% 0.3% -
XYZ 5.37 5.51 7.62 -
YUV 66.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 64 66 76 0.16 0.13 0 0.70 230 0.09 0.27
Hex 40 42 4C 10 D 0 46 E6 9 1B
Octal 100 102 114 20 15 0 106 346 11 33
Binary 1000000 1000010 1001100 10000 1101 0 1000110 11100110 1001 11011

Color Harmonies of #40424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40424C

Black with #40424C

Text Example


Text Example

White with #40424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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