#41527C

Color #41527C Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #41527C

Tints of Astronaut #41527C

Color information

#41527C (or 0x41527C) is unknown color: approx Astronaut. HEX triplet: 41, 52 and 7C. RGB value is (65,82,124). Sum of RGB (Red+Green+Blue) = 65+82+124=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #41527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41527C is #BEAD83. Grayscale: #515151. Windows color (decimal): -12496260 or 8147521. OLE color: 8147521.

HSL color Cylindrical-coordinate representation of color #41527C: hue angle of 222.71º 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 #41527C is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6582124-
CMYK0.480.3400.51
HSL222.71º31.22%37.06%-
HSV(B)222.71º47.58%48.63%-
XYZ8.848.6120.27-
YUV81.7151.87116.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.99%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 124 (48.83% from 255) = 45.76%
R=23.99%
G=30.26%
B=45.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65821240.480.3400.51222.7131.2237.06
Hex41527C3022033df1f25
Octal10112217460420633373745
Binary10000011010010111110011000010001001100111101111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41527C;
 }
 .AnyTagClassName
 {
   color: #41527C;
 }
</style>
background-color css

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

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

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

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

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

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