Html Css Color HEX #4C5476 Astronaut

📋 copy color: '#4C5476'

red 76 ◦ green 84 ◦ blue 118

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

Shades of Astronaut #4C5476

Tints of Astronaut #4C5476

RGB

 RED value IS 76 (30.08% from 255) = 27.34%

 GREEN value IS 84 (33.2% from 255) = 30.22%

 BLUE value IS 118 (46.48% from 255) = 42.45%

R = 27.34%
G = 30.22%
B = 42.45%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C5476 (or 0x4C5476) is known color: Astronaut. HEX triplet: 4C, 54 and 76. RGB value is (76,84,118). Sum of RGB (Red+Green+Blue) = 76+84+118=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C5476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5476 is #B3AB89. Grayscale: #555555. Windows color (decimal): -11774858 or 7754828. OLE color: 7754828.

HSL color Cylindrical-coordinate representation of color #4C5476: hue angle of 228.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C5476 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 84 118 -
CMYK 0.36 0.29 0 0.54
HSL 228.57º 0.22% 0.38% -
HSV(B) 228.57º 0.36% 0.46% -
XYZ 9.42 9.19 18.42 -
YUV 85.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 76 84 118 0.36 0.29 0 0.54 228.57 0.22 0.38
Hex 4C 54 76 24 1D 0 36 E5 16 26
Octal 114 124 166 44 35 0 66 345 26 46
Binary 1001100 1010100 1110110 100100 11101 0 110110 11100101 10110 100110

Color Harmonies of #4C5476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5476

Black with #4C5476

Text Example


Text Example

White with #4C5476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,84,118); }

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

background-color css

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

 a { background-color: rgb(76,84,118); }

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

border-color css

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

 span { border-color: rgb(76,84,118); }

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