Html Css Color HEX #404C71 Astronaut

📋 copy color: '#404C71'

red 64 ◦ green 76 ◦ blue 113

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

Shades of Astronaut #404C71

Tints of Astronaut #404C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.04%

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

R = 25.3%
G = 30.04%
B = 44.66%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404C71 (or 0x404C71) is known color: Astronaut. HEX triplet: 40, 4C and 71. RGB value is (64,76,113). Sum of RGB (Red+Green+Blue) = 64+76+113=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #404C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C71 is #BFB38E. Grayscale: #4C4C4C. Windows color (decimal): -12563343 or 7425088. OLE color: 7425088.

HSL color Cylindrical-coordinate representation of color #404C71: hue angle of 225.31º 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 #404C71 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 76 113 -
CMYK 0.43 0.33 0 0.56
HSL 225.31º 0.28% 0.35% -
HSV(B) 225.31º 0.43% 0.44% -
XYZ 7.68 7.45 16.66 -
YUV 76.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 64 76 113 0.43 0.33 0 0.56 225.31 0.28 0.35
Hex 40 4C 71 2B 21 0 38 E1 1C 23
Octal 100 114 161 53 41 0 70 341 34 43
Binary 1000000 1001100 1110001 101011 100001 0 111000 11100001 11100 100011

Color Harmonies of #404C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C71

Black with #404C71

Text Example


Text Example

White with #404C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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