Html Css Color HEX #415173 Astronaut

📋 copy color: '#415173'

red 65 ◦ green 81 ◦ blue 115

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

Shades of Astronaut #415173

Tints of Astronaut #415173

RGB

 RED value IS 65 (25.78% from 255) = 24.9%

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

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 24.9%
G = 31.03%
B = 44.06%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415173 (or 0x415173) is known color: Astronaut. HEX triplet: 41, 51 and 73. RGB value is (65,81,115). Sum of RGB (Red+Green+Blue) = 65+81+115=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #415173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415173 is #BEAE8C. Grayscale: #4F4F4F. Windows color (decimal): -12496525 or 7557441. OLE color: 7557441.

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

Color convert

RGB 65 81 115 -
CMYK 0.43 0.30 0 0.55
HSL 220.8º 0.28% 0.35% -
HSV(B) 220.8º 0.43% 0.45% -
XYZ 8.22 8.25 17.38 -
YUV 80.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 65 81 115 0.43 0.30 0 0.55 220.8 0.28 0.35
Hex 41 51 73 2B 1E 0 37 DD 1C 23
Octal 101 121 163 53 36 0 67 335 34 43
Binary 1000001 1010001 1110011 101011 11110 0 110111 11011101 11100 100011

Color Harmonies of #415173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415173

Black with #415173

Text Example


Text Example

White with #415173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415173; }

 p { color: rgb(65,81,115); }

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

background-color css

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

 a { background-color: rgb(65,81,115); }

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

border-color css

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

 span { border-color: rgb(65,81,115); }

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