Html Css Color HEX #405174 Astronaut

📋 copy color: '#405174'

red 64 ◦ green 81 ◦ blue 116

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

Shades of Astronaut #405174

Tints of Astronaut #405174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.44%

R = 24.52%
G = 31.03%
B = 44.44%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#405174 (or 0x405174) is known color: Astronaut. HEX triplet: 40, 51 and 74. RGB value is (64,81,116). Sum of RGB (Red+Green+Blue) = 64+81+116=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #405174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405174 is #BFAE8B. Grayscale: #4F4F4F. Windows color (decimal): -12562060 or 7622976. OLE color: 7622976.

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

Color convert

RGB 64 81 116 -
CMYK 0.45 0.30 0 0.55
HSL 220.38º 0.29% 0.35% -
HSV(B) 220.38º 0.45% 0.45% -
XYZ 8.21 8.24 17.68 -
YUV 79.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 64 81 116 0.45 0.30 0 0.55 220.38 0.29 0.35
Hex 40 51 74 2D 1E 0 37 DC 1D 23
Octal 100 121 164 55 36 0 67 334 35 43
Binary 1000000 1010001 1110100 101101 11110 0 110111 11011100 11101 100011

Color Harmonies of #405174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405174

Black with #405174

Text Example


Text Example

White with #405174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405174; }

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

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

background-color css

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

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

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

border-color css

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

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

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