Html Css Color HEX #41517A Astronaut

📋 copy color: '#41517A'

red 65 ◦ green 81 ◦ blue 122

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

Shades of Astronaut #41517A

Tints of Astronaut #41517A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.52%

R = 24.25%
G = 30.22%
B = 45.52%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41517A (or 0x41517A) is known color: Astronaut. HEX triplet: 41, 51 and 7A. RGB value is (65,81,122). Sum of RGB (Red+Green+Blue) = 65+81+122=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #41517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41517A is #BEAE85. Grayscale: #505050. Windows color (decimal): -12496518 or 8016193. OLE color: 8016193.

HSL color Cylindrical-coordinate representation of color #41517A: hue angle of 223.16º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41517A is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 81 122 -
CMYK 0.47 0.34 0 0.52
HSL 223.16º 0.3% 0.37% -
HSV(B) 223.16º 0.47% 0.48% -
XYZ 8.64 8.41 19.58 -
YUV 80.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 65 81 122 0.47 0.34 0 0.52 223.16 0.3 0.37
Hex 41 51 7A 2F 22 0 34 DF 1E 25
Octal 101 121 172 57 42 0 64 337 36 45
Binary 1000001 1010001 1111010 101111 100010 0 110100 11011111 11110 100101

Color Harmonies of #41517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41517A

Black with #41517A

Text Example


Text Example

White with #41517A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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