Html Css Color HEX #404E75 Astronaut

📋 copy color: '#404E75'

red 64 ◦ green 78 ◦ blue 117

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

Shades of Astronaut #404E75

Tints of Astronaut #404E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.12%

 BLUE value IS 117 (46.09% from 255) = 45.17%

R = 24.71%
G = 30.12%
B = 45.17%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404E75 (or 0x404E75) is known color: Astronaut. HEX triplet: 40, 4E and 75. RGB value is (64,78,117). Sum of RGB (Red+Green+Blue) = 64+78+117=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #404E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E75 is #BFB18A. Grayscale: #4E4E4E. Windows color (decimal): -12562827 or 7687744. OLE color: 7687744.

HSL color Cylindrical-coordinate representation of color #404E75: hue angle of 224.15º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404E75 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 78 117 -
CMYK 0.45 0.33 0 0.54
HSL 224.15º 0.29% 0.35% -
HSV(B) 224.15º 0.45% 0.46% -
XYZ 8.05 7.82 17.92 -
YUV 78.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 64 78 117 0.45 0.33 0 0.54 224.15 0.29 0.35
Hex 40 4E 75 2D 21 0 36 E0 1D 23
Octal 100 116 165 55 41 0 66 340 35 43
Binary 1000000 1001110 1110101 101101 100001 0 110110 11100000 11101 100011

Color Harmonies of #404E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E75

Black with #404E75

Text Example


Text Example

White with #404E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404E75; }

 p { color: rgb(64,78,117); }

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

background-color css

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

 a { background-color: rgb(64,78,117); }

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

border-color css

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

 span { border-color: rgb(64,78,117); }

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