Html Css Color HEX #41527A Astronaut

📋 copy color: '#41527A'

red 65 ◦ green 82 ◦ blue 122

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

Shades of Astronaut #41527A

Tints of Astronaut #41527A

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 value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41527A (or 0x41527A) is known color: 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

RGB 65 82 122 -
CMYK 0.47 0.33 0 0.52
HSL 222.11º 0.3% 0.37% -
HSV(B) 222.11º 0.47% 0.48% -
XYZ 8.71 8.56 19.61 -
YUV 81.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 65 82 122 0.47 0.33 0 0.52 222.11 0.3 0.37
Hex 41 52 7A 2F 21 0 34 DE 1E 25
Octal 101 122 172 57 41 0 64 336 36 45
Binary 1000001 1010010 1111010 101111 100001 0 110100 11011110 11110 100101

Color Harmonies of #41527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41527A

Black with #41527A

Text Example


Text Example

White with #41527A

Text Example


Text Example

HTML Codes & Css Web 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>