Html Css Color HEX #40527C Astronaut

📋 copy color: '#40527C'

red 64 ◦ green 82 ◦ blue 124

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

Shades of Astronaut #40527C

Tints of Astronaut #40527C

RGB

 RED value IS 64 (25.39% from 255) = 23.7%

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 23.7%
G = 30.37%
B = 45.93%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40527C (or 0x40527C) is known color: Astronaut. HEX triplet: 40, 52 and 7C. RGB value is (64,82,124). Sum of RGB (Red+Green+Blue) = 64+82+124=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #40527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40527C is #BFAD83. Grayscale: #515151. Windows color (decimal): -12561796 or 8147520. OLE color: 8147520.

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

Color convert

RGB 64 82 124 -
CMYK 0.48 0.34 0 0.51
HSL 222º 0.32% 0.37% -
HSV(B) 222º 0.48% 0.49% -
XYZ 8.77 8.58 20.26 -
YUV 81.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 64 82 124 0.48 0.34 0 0.51 222 0.32 0.37
Hex 40 52 7C 30 22 0 33 DE 20 25
Octal 100 122 174 60 42 0 63 336 40 45
Binary 1000000 1010010 1111100 110000 100010 0 110011 11011110 100000 100101

Color Harmonies of #40527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40527C

Black with #40527C

Text Example


Text Example

White with #40527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40527C;
 }
 .AnyTagClassName
 {
   color: #40527C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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