Html Css Color HEX #404B71 Astronaut

📋 copy color: '#404B71'

red 64 ◦ green 75 ◦ blue 113

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

Shades of Astronaut #404B71

Tints of Astronaut #404B71

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.76%

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

R = 25.4%
G = 29.76%
B = 44.84%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404B71 (or 0x404B71) is known color: Astronaut. HEX triplet: 40, 4B and 71. RGB value is (64,75,113). Sum of RGB (Red+Green+Blue) = 64+75+113=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #404B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B71 is #BFB48E. Grayscale: #4B4B4B. Windows color (decimal): -12563599 or 7424832. OLE color: 7424832.

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

Color convert

RGB 64 75 113 -
CMYK 0.43 0.34 0 0.56
HSL 226.53º 0.28% 0.35% -
HSV(B) 226.53º 0.43% 0.44% -
XYZ 7.61 7.31 16.63 -
YUV 76.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 64 75 113 0.43 0.34 0 0.56 226.53 0.28 0.35
Hex 40 4B 71 2B 22 0 38 E3 1C 23
Octal 100 113 161 53 42 0 70 343 34 43
Binary 1000000 1001011 1110001 101011 100010 0 111000 11100011 11100 100011

Color Harmonies of #404B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B71

Black with #404B71

Text Example


Text Example

White with #404B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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