Html Css Color HEX #405175 Astronaut

📋 copy color: '#405175'

red 64 ◦ green 81 ◦ blue 117

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

Shades of Astronaut #405175

Tints of Astronaut #405175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.66%

R = 24.43%
G = 30.92%
B = 44.66%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405175 (or 0x405175) is known color: Astronaut. HEX triplet: 40, 51 and 75. RGB value is (64,81,117). Sum of RGB (Red+Green+Blue) = 64+81+117=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #405175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405175 is #BFAE8A. Grayscale: #4F4F4F. Windows color (decimal): -12562059 or 7688512. OLE color: 7688512.

HSL color Cylindrical-coordinate representation of color #405175: hue angle of 220.75º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #405175 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 81 117 -
CMYK 0.45 0.31 0 0.54
HSL 220.75º 0.29% 0.35% -
HSV(B) 220.75º 0.45% 0.46% -
XYZ 8.27 8.26 17.99 -
YUV 80.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 64 81 117 0.45 0.31 0 0.54 220.75 0.29 0.35
Hex 40 51 75 2D 1F 0 36 DD 1D 23
Octal 100 121 165 55 37 0 66 335 35 43
Binary 1000000 1010001 1110101 101101 11111 0 110110 11011101 11101 100011

Color Harmonies of #405175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405175

Black with #405175

Text Example


Text Example

White with #405175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405175; }

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

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

background-color css

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

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

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

border-color css

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

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

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