Html Css Color HEX #404758 Blue Zodiac

📋 copy color: '#404758'

red 64 ◦ green 71 ◦ blue 88

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

Shades of Blue Zodiac #404758

Tints of Blue Zodiac #404758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.46%

R = 28.7%
G = 31.84%
B = 39.46%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#404758 (or 0x404758) is known color: Blue Zodiac. HEX triplet: 40, 47 and 58. RGB value is (64,71,88). Sum of RGB (Red+Green+Blue) = 64+71+88=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #404758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404758 is #BFB8A7. Grayscale: #464646. Windows color (decimal): -12564648 or 5785408. OLE color: 5785408.

HSL color Cylindrical-coordinate representation of color #404758: hue angle of 222.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404758 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 71 88 -
CMYK 0.27 0.19 0 0.65
HSL 222.5º 0.16% 0.3% -
HSV(B) 222.5º 0.27% 0.35% -
XYZ 6.13 6.3 10.13 -
YUV 70.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 64 71 88 0.27 0.19 0 0.65 222.5 0.16 0.3
Hex 40 47 58 1B 13 0 41 DE 10 1E
Octal 100 107 130 33 23 0 101 336 20 36
Binary 1000000 1000111 1011000 11011 10011 0 1000001 11011110 10000 11110

Color Harmonies of #404758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404758

Black with #404758

Text Example


Text Example

White with #404758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404758; }

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

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

background-color css

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

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

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

border-color css

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

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

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