Html Css Color HEX #404F72 Astronaut

📋 copy color: '#404F72'

red 64 ◦ green 79 ◦ blue 114

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

Shades of Astronaut #404F72

Tints of Astronaut #404F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.36%

R = 24.9%
G = 30.74%
B = 44.36%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#404F72 (or 0x404F72) is known color: Astronaut. HEX triplet: 40, 4F and 72. RGB value is (64,79,114). Sum of RGB (Red+Green+Blue) = 64+79+114=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #404F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F72 is #BFB08D. Grayscale: #4E4E4E. Windows color (decimal): -12562574 or 7491392. OLE color: 7491392.

HSL color Cylindrical-coordinate representation of color #404F72: hue angle of 222º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404F72 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 79 114 -
CMYK 0.44 0.31 0 0.55
HSL 222º 0.28% 0.35% -
HSV(B) 222º 0.44% 0.45% -
XYZ 7.95 7.9 17.02 -
YUV 78.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 64 79 114 0.44 0.31 0 0.55 222 0.28 0.35
Hex 40 4F 72 2C 1F 0 37 DE 1C 23
Octal 100 117 162 54 37 0 67 336 34 43
Binary 1000000 1001111 1110010 101100 11111 0 110111 11011110 11100 100011

Color Harmonies of #404F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F72

Black with #404F72

Text Example


Text Example

White with #404F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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