Html Css Color HEX #404D70 Astronaut

📋 copy color: '#404D70'

red 64 ◦ green 77 ◦ blue 112

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

Shades of Astronaut #404D70

Tints of Astronaut #404D70

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.43%

 BLUE value IS 112 (44.14% from 255) = 44.27%

R = 25.3%
G = 30.43%
B = 44.27%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404D70 (or 0x404D70) is known color: Astronaut. HEX triplet: 40, 4D and 70. RGB value is (64,77,112). Sum of RGB (Red+Green+Blue) = 64+77+112=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #404D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D70 is #BFB28F. Grayscale: #4C4C4C. Windows color (decimal): -12563088 or 7359808. OLE color: 7359808.

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

Color convert

RGB 64 77 112 -
CMYK 0.43 0.31 0 0.56
HSL 223.75º 0.27% 0.35% -
HSV(B) 223.75º 0.43% 0.44% -
XYZ 7.69 7.57 16.38 -
YUV 77.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 64 77 112 0.43 0.31 0 0.56 223.75 0.27 0.35
Hex 40 4D 70 2B 1F 0 38 E0 1B 23
Octal 100 115 160 53 37 0 70 340 33 43
Binary 1000000 1001101 1110000 101011 11111 0 111000 11100000 11011 100011

Color Harmonies of #404D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D70

Black with #404D70

Text Example


Text Example

White with #404D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,77,112); }

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

background-color css

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

 a { background-color: rgb(64,77,112); }

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

border-color css

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

 span { border-color: rgb(64,77,112); }

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