Html Css Color HEX #405177 Astronaut

📋 copy color: '#405177'

red 64 ◦ green 81 ◦ blue 119

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

Shades of Astronaut #405177

Tints of Astronaut #405177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 119 (46.88% from 255) = 45.08%

R = 24.24%
G = 30.68%
B = 45.08%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#405177 (or 0x405177) is known color: Astronaut. HEX triplet: 40, 51 and 77. RGB value is (64,81,119). Sum of RGB (Red+Green+Blue) = 64+81+119=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #405177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405177 is #BFAE88. Grayscale: #505050. Windows color (decimal): -12562057 or 7819584. OLE color: 7819584.

HSL color Cylindrical-coordinate representation of color #405177: hue angle of 221.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #405177 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 81 119 -
CMYK 0.46 0.32 0 0.53
HSL 221.45º 0.3% 0.36% -
HSV(B) 221.45º 0.46% 0.47% -
XYZ 8.39 8.31 18.61 -
YUV 80.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 64 81 119 0.46 0.32 0 0.53 221.45 0.3 0.36
Hex 40 51 77 2E 20 0 35 DD 1E 24
Octal 100 121 167 56 40 0 65 335 36 44
Binary 1000000 1010001 1110111 101110 100000 0 110101 11011101 11110 100100

Color Harmonies of #405177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405177

Black with #405177

Text Example


Text Example

White with #405177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405177; }

 p { color: rgb(64,81,119); }

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

background-color css

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

 a { background-color: rgb(64,81,119); }

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

border-color css

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

 span { border-color: rgb(64,81,119); }

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