Html Css Color HEX #4A527C Astronaut

📋 copy color: '#4A527C'

red 74 ◦ green 82 ◦ blue 124

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

Shades of Astronaut #4A527C

Tints of Astronaut #4A527C

RGB

 RED value IS 74 (29.3% from 255) = 26.43%

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

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

R = 26.43%
G = 29.29%
B = 44.29%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A527C (or 0x4A527C) is known color: Astronaut. HEX triplet: 4A, 52 and 7C. RGB value is (74,82,124). Sum of RGB (Red+Green+Blue) = 74+82+124=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A527C is #B5AD83. Grayscale: #545454. Windows color (decimal): -11906436 or 8147530. OLE color: 8147530.

HSL color Cylindrical-coordinate representation of color #4A527C: hue angle of 230.4º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A527C is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 82 124 -
CMYK 0.40 0.34 0 0.51
HSL 230.4º 0.25% 0.39% -
HSV(B) 230.4º 0.4% 0.49% -
XYZ 9.48 8.95 20.3 -
YUV 84.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 74 82 124 0.40 0.34 0 0.51 230.4 0.25 0.39
Hex 4A 52 7C 28 22 0 33 E6 19 27
Octal 112 122 174 50 42 0 63 346 31 47
Binary 1001010 1010010 1111100 101000 100010 0 110011 11100110 11001 100111

Color Harmonies of #4A527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A527C

Black with #4A527C

Text Example


Text Example

White with #4A527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A527C; }

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

 H1.HeaderClassName
 {
   color: #4A527C;
 }
 .AnyTagClassName
 {
   color: #4A527C;
 }
</style>

background-color css

<style>
 a { background-color: #4A527C; }

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

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

border-color css

<style>
 span { border-color: #4A527C; }

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

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