Html Css Color HEX #40424B Blue Zodiac

📋 copy color: '#40424B'

red 64 ◦ green 66 ◦ blue 75

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

Shades of Blue Zodiac #40424B

Tints of Blue Zodiac #40424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.59%

R = 31.22%
G = 32.2%
B = 36.59%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40424B (or 0x40424B) is known color: Blue Zodiac. HEX triplet: 40, 42 and 4B. RGB value is (64,66,75). Sum of RGB (Red+Green+Blue) = 64+66+75=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 75 - color contains mainly: blue. Hex color #40424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40424B is #BFBDB4. Grayscale: #424242. Windows color (decimal): -12565941 or 4932160. OLE color: 4932160.

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

Color convert

RGB 64 66 75 -
CMYK 0.15 0.12 0 0.71
HSL 229.09º 0.08% 0.27% -
HSV(B) 229.09º 0.15% 0.29% -
XYZ 5.33 5.49 7.44 -
YUV 66.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 64 66 75 0.15 0.12 0 0.71 229.09 0.08 0.27
Hex 40 42 4B F C 0 47 E5 8 1B
Octal 100 102 113 17 14 0 107 345 10 33
Binary 1000000 1000010 1001011 1111 1100 0 1000111 11100101 1000 11011

Color Harmonies of #40424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40424B

Black with #40424B

Text Example


Text Example

White with #40424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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