Html Css Color HEX #404F76 Astronaut

📋 copy color: '#404F76'

red 64 ◦ green 79 ◦ blue 118

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

Shades of Astronaut #404F76

Tints of Astronaut #404F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.27%

 BLUE value IS 118 (46.48% from 255) = 45.21%

R = 24.52%
G = 30.27%
B = 45.21%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404F76 (or 0x404F76) is known color: Astronaut. HEX triplet: 40, 4F and 76. RGB value is (64,79,118). Sum of RGB (Red+Green+Blue) = 64+79+118=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #404F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F76 is #BFB089. Grayscale: #4E4E4E. Windows color (decimal): -12562570 or 7753536. OLE color: 7753536.

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

Color convert

RGB 64 79 118 -
CMYK 0.46 0.33 0 0.54
HSL 223.33º 0.3% 0.36% -
HSV(B) 223.33º 0.46% 0.46% -
XYZ 8.18 7.99 18.25 -
YUV 78.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 64 79 118 0.46 0.33 0 0.54 223.33 0.3 0.36
Hex 40 4F 76 2E 21 0 36 DF 1E 24
Octal 100 117 166 56 41 0 66 337 36 44
Binary 1000000 1001111 1110110 101110 100001 0 110110 11011111 11110 100100

Color Harmonies of #404F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F76

Black with #404F76

Text Example


Text Example

White with #404F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,79,118); }

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

background-color css

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

 a { background-color: rgb(64,79,118); }

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

border-color css

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

 span { border-color: rgb(64,79,118); }

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