Html Css Color HEX #415176 Astronaut

📋 copy color: '#415176'

red 65 ◦ green 81 ◦ blue 118

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

Shades of Astronaut #415176

Tints of Astronaut #415176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.7%

R = 24.62%
G = 30.68%
B = 44.7%

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

#415176 (or 0x415176) is known color: Astronaut. HEX triplet: 41, 51 and 76. RGB value is (65,81,118). Sum of RGB (Red+Green+Blue) = 65+81+118=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #415176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415176 is #BEAE89. Grayscale: #505050. Windows color (decimal): -12496522 or 7754049. OLE color: 7754049.

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

Color convert

RGB 65 81 118 -
CMYK 0.45 0.31 0 0.54
HSL 221.89º 0.29% 0.36% -
HSV(B) 221.89º 0.45% 0.46% -
XYZ 8.39 8.32 18.3 -
YUV 80.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 65 81 118 0.45 0.31 0 0.54 221.89 0.29 0.36
Hex 41 51 76 2D 1F 0 36 DE 1D 24
Octal 101 121 166 55 37 0 66 336 35 44
Binary 1000001 1010001 1110110 101101 11111 0 110110 11011110 11101 100100

Color Harmonies of #415176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415176

Black with #415176

Text Example


Text Example

White with #415176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415176; }

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

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

background-color css

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

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

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

border-color css

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

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

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