Html Css Color HEX #404F70 Astronaut

📋 copy color: '#404F70'

red 64 ◦ green 79 ◦ blue 112

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

Shades of Astronaut #404F70

Tints of Astronaut #404F70

RGB

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

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

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

R = 25.1%
G = 30.98%
B = 43.92%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404F70 (or 0x404F70) is known color: Astronaut. HEX triplet: 40, 4F and 70. RGB value is (64,79,112). Sum of RGB (Red+Green+Blue) = 64+79+112=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #404F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F70 is #BFB08F. Grayscale: #4E4E4E. Windows color (decimal): -12562576 or 7360320. OLE color: 7360320.

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

Color convert

RGB 64 79 112 -
CMYK 0.43 0.29 0 0.56
HSL 221.25º 0.27% 0.35% -
HSV(B) 221.25º 0.43% 0.44% -
XYZ 7.83 7.85 16.43 -
YUV 78.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 64 79 112 0.43 0.29 0 0.56 221.25 0.27 0.35
Hex 40 4F 70 2B 1D 0 38 DD 1B 23
Octal 100 117 160 53 35 0 70 335 33 43
Binary 1000000 1001111 1110000 101011 11101 0 111000 11011101 11011 100011

Color Harmonies of #404F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F70

Black with #404F70

Text Example


Text Example

White with #404F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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