Html Css Color HEX #4C4079 Gigas

📋 copy color: '#4C4079'

red 76 ◦ green 64 ◦ blue 121

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

Shades of Gigas #4C4079

Tints of Gigas #4C4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.52%

 BLUE value IS 121 (47.66% from 255) = 46.36%

R = 29.12%
G = 24.52%
B = 46.36%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C4079 (or 0x4C4079) is known color: Gigas. HEX triplet: 4C, 40 and 79. RGB value is (76,64,121). Sum of RGB (Red+Green+Blue) = 76+64+121=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C4079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4079 is #B3BF86. Grayscale: #494949. Windows color (decimal): -11779975 or 7946316. OLE color: 7946316.

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

Color convert

RGB 76 64 121 -
CMYK 0.37 0.47 0 0.53
HSL 252.63º 0.31% 0.36% -
HSV(B) 252.63º 0.47% 0.47% -
XYZ 8.27 6.58 18.92 -
YUV 74.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 76 64 121 0.37 0.47 0 0.53 252.63 0.31 0.36
Hex 4C 40 79 25 2F 0 35 FD 1F 24
Octal 114 100 171 45 57 0 65 375 37 44
Binary 1001100 1000000 1111001 100101 101111 0 110101 11111101 11111 100100

Color Harmonies of #4C4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4079

Black with #4C4079

Text Example


Text Example

White with #4C4079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,121); }

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

background-color css

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

 a { background-color: rgb(76,64,121); }

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

border-color css

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

 span { border-color: rgb(76,64,121); }

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