Html Css Color HEX #41517C Astronaut

📋 copy color: '#41517C'

red 65 ◦ green 81 ◦ blue 124

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

Shades of Astronaut #41517C

Tints of Astronaut #41517C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 24.07%
G = 30%
B = 45.93%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41517C (or 0x41517C) is known color: Astronaut. HEX triplet: 41, 51 and 7C. RGB value is (65,81,124). Sum of RGB (Red+Green+Blue) = 65+81+124=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #41517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41517C is #BEAE83. Grayscale: #505050. Windows color (decimal): -12496516 or 8147265. OLE color: 8147265.

HSL color Cylindrical-coordinate representation of color #41517C: hue angle of 223.73º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41517C is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 81 124 -
CMYK 0.48 0.35 0 0.51
HSL 223.73º 0.31% 0.37% -
HSV(B) 223.73º 0.48% 0.49% -
XYZ 8.76 8.46 20.24 -
YUV 81.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 65 81 124 0.48 0.35 0 0.51 223.73 0.31 0.37
Hex 41 51 7C 30 23 0 33 E0 1F 25
Octal 101 121 174 60 43 0 63 340 37 45
Binary 1000001 1010001 1111100 110000 100011 0 110011 11100000 11111 100101

Color Harmonies of #41517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41517C

Black with #41517C

Text Example


Text Example

White with #41517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41517C; }

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

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

background-color css

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

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

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

border-color css

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

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

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