Html Css Color HEX #41517F Astronaut

📋 copy color: '#41517F'

red 65 ◦ green 81 ◦ blue 127

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

Shades of Astronaut #41517F

Tints of Astronaut #41517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.52%

R = 23.81%
G = 29.67%
B = 46.52%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41517F (or 0x41517F) is known color: Astronaut. HEX triplet: 41, 51 and 7F. RGB value is (65,81,127). Sum of RGB (Red+Green+Blue) = 65+81+127=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #41517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41517F is #BEAE80. Grayscale: #515151. Windows color (decimal): -12496513 or 8343873. OLE color: 8343873.

HSL color Cylindrical-coordinate representation of color #41517F: hue angle of 224.52º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41517F is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 81 127 -
CMYK 0.49 0.36 0 0.50
HSL 224.52º 0.32% 0.38% -
HSV(B) 224.52º 0.49% 0.5% -
XYZ 8.95 8.54 21.26 -
YUV 81.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 65 81 127 0.49 0.36 0 0.50 224.52 0.32 0.38
Hex 41 51 7F 31 24 0 32 E1 20 26
Octal 101 121 177 61 44 0 62 341 40 46
Binary 1000001 1010001 1111111 110001 100100 0 110010 11100001 100000 100110

Color Harmonies of #41517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41517F

Black with #41517F

Text Example


Text Example

White with #41517F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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