Html Css Color HEX #415376 Astronaut

📋 copy color: '#415376'

red 65 ◦ green 83 ◦ blue 118

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

Shades of Astronaut #415376

Tints of Astronaut #415376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 24.44%
G = 31.2%
B = 44.36%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415376 (or 0x415376) is known color: Astronaut. HEX triplet: 41, 53 and 76. RGB value is (65,83,118). Sum of RGB (Red+Green+Blue) = 65+83+118=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #415376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415376 is #BEAC89. Grayscale: #515151. Windows color (decimal): -12496010 or 7754561. OLE color: 7754561.

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

Color convert

RGB 65 83 118 -
CMYK 0.45 0.30 0 0.54
HSL 219.62º 0.29% 0.36% -
HSV(B) 219.62º 0.45% 0.46% -
XYZ 8.54 8.62 18.35 -
YUV 81.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 65 83 118 0.45 0.30 0 0.54 219.62 0.29 0.36
Hex 41 53 76 2D 1E 0 36 DC 1D 24
Octal 101 123 166 55 36 0 66 334 35 44
Binary 1000001 1010011 1110110 101101 11110 0 110110 11011100 11101 100100

Color Harmonies of #415376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415376

Black with #415376

Text Example


Text Example

White with #415376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415376; }

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

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

background-color css

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

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

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

border-color css

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

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

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