Html Css Color HEX #404755 Blue Zodiac

📋 copy color: '#404755'

red 64 ◦ green 71 ◦ blue 85

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

Shades of Blue Zodiac #404755

Tints of Blue Zodiac #404755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 85 (33.59% from 255) = 38.64%

R = 29.09%
G = 32.27%
B = 38.64%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404755 (or 0x404755) is known color: Blue Zodiac. HEX triplet: 40, 47 and 55. RGB value is (64,71,85). Sum of RGB (Red+Green+Blue) = 64+71+85=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #404755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404755 is #BFB8AA. Grayscale: #464646. Windows color (decimal): -12564651 or 5588800. OLE color: 5588800.

HSL color Cylindrical-coordinate representation of color #404755: hue angle of 220º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404755 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 71 85 -
CMYK 0.25 0.16 0 0.67
HSL 220º 0.14% 0.29% -
HSV(B) 220º 0.25% 0.33% -
XYZ 6.01 6.25 9.48 -
YUV 70.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 64 71 85 0.25 0.16 0 0.67 220 0.14 0.29
Hex 40 47 55 19 10 0 43 DC E 1D
Octal 100 107 125 31 20 0 103 334 16 35
Binary 1000000 1000111 1010101 11001 10000 0 1000011 11011100 1110 11101

Color Harmonies of #404755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404755

Black with #404755

Text Example


Text Example

White with #404755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404755; }

 p { color: rgb(64,71,85); }

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

background-color css

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

 a { background-color: rgb(64,71,85); }

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

border-color css

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

 span { border-color: rgb(64,71,85); }

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