Html Css Color HEX #4C5376 Astronaut

📋 copy color: '#4C5376'

red 76 ◦ green 83 ◦ blue 118

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

Shades of Astronaut #4C5376

Tints of Astronaut #4C5376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

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

R = 27.44%
G = 29.96%
B = 42.6%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C5376 (or 0x4C5376) is known color: Astronaut. HEX triplet: 4C, 53 and 76. RGB value is (76,83,118). Sum of RGB (Red+Green+Blue) = 76+83+118=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C5376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5376 is #B3AC89. Grayscale: #545454. Windows color (decimal): -11775114 or 7754572. OLE color: 7754572.

HSL color Cylindrical-coordinate representation of color #4C5376: hue angle of 230º 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 #4C5376 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 83 118 -
CMYK 0.36 0.30 0 0.54
HSL 230º 0.22% 0.38% -
HSV(B) 230º 0.36% 0.46% -
XYZ 9.34 9.03 18.39 -
YUV 84.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 76 83 118 0.36 0.30 0 0.54 230 0.22 0.38
Hex 4C 53 76 24 1E 0 36 E6 16 26
Octal 114 123 166 44 36 0 66 346 26 46
Binary 1001100 1010011 1110110 100100 11110 0 110110 11100110 10110 100110

Color Harmonies of #4C5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5376

Black with #4C5376

Text Example


Text Example

White with #4C5376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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