Html Css Color HEX #4C5278 Astronaut

📋 copy color: '#4C5278'

red 76 ◦ green 82 ◦ blue 120

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

Shades of Astronaut #4C5278

Tints of Astronaut #4C5278

RGB

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

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

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

R = 27.34%
G = 29.5%
B = 43.17%

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

#4C5278 (or 0x4C5278) is known color: Astronaut. HEX triplet: 4C, 52 and 78. RGB value is (76,82,120). Sum of RGB (Red+Green+Blue) = 76+82+120=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C5278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5278 is #B3AD87. Grayscale: #545454. Windows color (decimal): -11775368 or 7885388. OLE color: 7885388.

HSL color Cylindrical-coordinate representation of color #4C5278: hue angle of 231.82º 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 #4C5278 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 82 120 -
CMYK 0.37 0.32 0 0.53
HSL 231.82º 0.22% 0.38% -
HSV(B) 231.82º 0.37% 0.47% -
XYZ 9.39 8.93 19 -
YUV 84.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 76 82 120 0.37 0.32 0 0.53 231.82 0.22 0.38
Hex 4C 52 78 25 20 0 35 E8 16 26
Octal 114 122 170 45 40 0 65 350 26 46
Binary 1001100 1010010 1111000 100101 100000 0 110101 11101000 10110 100110

Color Harmonies of #4C5278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5278

Black with #4C5278

Text Example


Text Example

White with #4C5278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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