Html Css Color HEX #404E79 Astronaut

📋 copy color: '#404E79'

red 64 ◦ green 78 ◦ blue 121

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

Shades of Astronaut #404E79

Tints of Astronaut #404E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.01%

R = 24.33%
G = 29.66%
B = 46.01%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404E79 (or 0x404E79) is known color: Astronaut. HEX triplet: 40, 4E and 79. RGB value is (64,78,121). Sum of RGB (Red+Green+Blue) = 64+78+121=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #404E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E79 is #BFB186. Grayscale: #4E4E4E. Windows color (decimal): -12562823 or 7949888. OLE color: 7949888.

HSL color Cylindrical-coordinate representation of color #404E79: hue angle of 225.26º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #404E79 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 78 121 -
CMYK 0.47 0.36 0 0.53
HSL 225.26º 0.31% 0.36% -
HSV(B) 225.26º 0.47% 0.47% -
XYZ 8.29 7.92 19.18 -
YUV 78.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 64 78 121 0.47 0.36 0 0.53 225.26 0.31 0.36
Hex 40 4E 79 2F 24 0 35 E1 1F 24
Octal 100 116 171 57 44 0 65 341 37 44
Binary 1000000 1001110 1111001 101111 100100 0 110101 11100001 11111 100100

Color Harmonies of #404E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E79

Black with #404E79

Text Example


Text Example

White with #404E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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