Html Css Color HEX #4C5178 Astronaut

📋 copy color: '#4C5178'

red 76 ◦ green 81 ◦ blue 120

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

Shades of Astronaut #4C5178

Tints of Astronaut #4C5178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.24%

 BLUE value IS 120 (47.27% from 255) = 43.32%

R = 27.44%
G = 29.24%
B = 43.32%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C5178 (or 0x4C5178) is known color: Astronaut. HEX triplet: 4C, 51 and 78. RGB value is (76,81,120). Sum of RGB (Red+Green+Blue) = 76+81+120=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C5178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5178 is #B3AE87. Grayscale: #535353. Windows color (decimal): -11775624 or 7885132. OLE color: 7885132.

HSL color Cylindrical-coordinate representation of color #4C5178: hue angle of 233.18º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C5178 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 81 120 -
CMYK 0.37 0.32 0 0.53
HSL 233.18º 0.22% 0.38% -
HSV(B) 233.18º 0.37% 0.47% -
XYZ 9.31 8.78 18.97 -
YUV 83.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 76 81 120 0.37 0.32 0 0.53 233.18 0.22 0.38
Hex 4C 51 78 25 20 0 35 E9 16 26
Octal 114 121 170 45 40 0 65 351 26 46
Binary 1001100 1010001 1111000 100101 100000 0 110101 11101001 10110 100110

Color Harmonies of #4C5178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5178

Black with #4C5178

Text Example


Text Example

White with #4C5178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,81,120); }

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

background-color css

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

 a { background-color: rgb(76,81,120); }

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

border-color css

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

 span { border-color: rgb(76,81,120); }

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