Html Css Color HEX #404F73 Astronaut

📋 copy color: '#404F73'

red 64 ◦ green 79 ◦ blue 115

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

Shades of Astronaut #404F73

Tints of Astronaut #404F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 24.81%
G = 30.62%
B = 44.57%

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

#404F73 (or 0x404F73) is known color: Astronaut. HEX triplet: 40, 4F and 73. RGB value is (64,79,115). Sum of RGB (Red+Green+Blue) = 64+79+115=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #404F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F73 is #BFB08C. Grayscale: #4E4E4E. Windows color (decimal): -12562573 or 7556928. OLE color: 7556928.

HSL color Cylindrical-coordinate representation of color #404F73: hue angle of 222.35º 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 #404F73 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 79 115 -
CMYK 0.44 0.31 0 0.55
HSL 222.35º 0.28% 0.35% -
HSV(B) 222.35º 0.44% 0.45% -
XYZ 8 7.92 17.33 -
YUV 78.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 64 79 115 0.44 0.31 0 0.55 222.35 0.28 0.35
Hex 40 4F 73 2C 1F 0 37 DE 1C 23
Octal 100 117 163 54 37 0 67 336 34 43
Binary 1000000 1001111 1110011 101100 11111 0 110111 11011110 11100 100011

Color Harmonies of #404F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F73

Black with #404F73

Text Example


Text Example

White with #404F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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