Html Css Color HEX #404F71 Astronaut

📋 copy color: '#404F71'

red 64 ◦ green 79 ◦ blue 113

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

Shades of Astronaut #404F71

Tints of Astronaut #404F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 25%
G = 30.86%
B = 44.14%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404F71 (or 0x404F71) is known color: Astronaut. HEX triplet: 40, 4F and 71. RGB value is (64,79,113). Sum of RGB (Red+Green+Blue) = 64+79+113=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #404F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F71 is #BFB08E. Grayscale: #4E4E4E. Windows color (decimal): -12562575 or 7425856. OLE color: 7425856.

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

Color convert

RGB 64 79 113 -
CMYK 0.43 0.30 0 0.56
HSL 221.63º 0.28% 0.35% -
HSV(B) 221.63º 0.43% 0.44% -
XYZ 7.89 7.87 16.73 -
YUV 78.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 64 79 113 0.43 0.30 0 0.56 221.63 0.28 0.35
Hex 40 4F 71 2B 1E 0 38 DE 1C 23
Octal 100 117 161 53 36 0 70 336 34 43
Binary 1000000 1001111 1110001 101011 11110 0 111000 11011110 11100 100011

Color Harmonies of #404F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F71

Black with #404F71

Text Example


Text Example

White with #404F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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