Html Css Color HEX #404A72 Astronaut

📋 copy color: '#404A72'

red 64 ◦ green 74 ◦ blue 114

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

Shades of Astronaut #404A72

Tints of Astronaut #404A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.37%

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

R = 25.4%
G = 29.37%
B = 45.24%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#404A72 (or 0x404A72) is known color: Astronaut. HEX triplet: 40, 4A and 72. RGB value is (64,74,114). Sum of RGB (Red+Green+Blue) = 64+74+114=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #404A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A72 is #BFB58D. Grayscale: #4B4B4B. Windows color (decimal): -12563854 or 7490112. OLE color: 7490112.

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

Color convert

RGB 64 74 114 -
CMYK 0.44 0.35 0 0.55
HSL 228º 0.28% 0.35% -
HSV(B) 228º 0.44% 0.45% -
XYZ 7.6 7.2 16.91 -
YUV 75.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 64 74 114 0.44 0.35 0 0.55 228 0.28 0.35
Hex 40 4A 72 2C 23 0 37 E4 1C 23
Octal 100 112 162 54 43 0 67 344 34 43
Binary 1000000 1001010 1110010 101100 100011 0 110111 11100100 11100 100011

Color Harmonies of #404A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A72

Black with #404A72

Text Example


Text Example

White with #404A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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