Html Css Color HEX #415076 Astronaut

📋 copy color: '#415076'

red 65 ◦ green 80 ◦ blue 118

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

Shades of Astronaut #415076

Tints of Astronaut #415076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

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

R = 24.71%
G = 30.42%
B = 44.87%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415076 (or 0x415076) is known color: Astronaut. HEX triplet: 41, 50 and 76. RGB value is (65,80,118). Sum of RGB (Red+Green+Blue) = 65+80+118=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #415076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415076 is #BEAF89. Grayscale: #4F4F4F. Windows color (decimal): -12496778 or 7753793. OLE color: 7753793.

HSL color Cylindrical-coordinate representation of color #415076: hue angle of 223.02º 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 #415076 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 80 118 -
CMYK 0.45 0.32 0 0.54
HSL 223.02º 0.29% 0.36% -
HSV(B) 223.02º 0.45% 0.46% -
XYZ 8.32 8.17 18.28 -
YUV 79.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 65 80 118 0.45 0.32 0 0.54 223.02 0.29 0.36
Hex 41 50 76 2D 20 0 36 DF 1D 24
Octal 101 120 166 55 40 0 66 337 35 44
Binary 1000001 1010000 1110110 101101 100000 0 110110 11011111 11101 100100

Color Harmonies of #415076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415076

Black with #415076

Text Example


Text Example

White with #415076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415076; }

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

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

background-color css

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

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

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

border-color css

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

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

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