#41527A

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

Shades of Astronaut #41527A

Tints of Astronaut #41527A

Color information

#41527A (or 0x41527A) is unknown color: approx Astronaut. HEX triplet: 41, 52 and 7A. RGB value is (65,82,122). Sum of RGB (Red+Green+Blue) = 65+82+122=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #41527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41527A is #BEAD85. Grayscale: #515151. Windows color (decimal): -12496262 or 8016449. OLE color: 8016449.

HSL color Cylindrical-coordinate representation of color #41527A: hue angle of 222.11º 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 #41527A is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6582122-
CMYK0.470.3300.52
HSL222.11º30.48%36.67%-
HSV(B)222.11º46.72%47.84%-
XYZ8.718.5619.61-
YUV81.48150.87116.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=24.16%
G=30.48%
B=45.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65821220.470.3300.52222.1130.4836.67
Hex41527A2F21034de1e25
Octal10112217257410643363645
Binary10000011010010111101010111110000101101001101111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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