Html Css Color HEX #4C407D Gigas

📋 copy color: '#4C407D'

red 76 ◦ green 64 ◦ blue 125

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

Shades of Gigas #4C407D

Tints of Gigas #4C407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.17%

R = 28.68%
G = 24.15%
B = 47.17%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C407D (or 0x4C407D) is known color: Gigas. HEX triplet: 4C, 40 and 7D. RGB value is (76,64,125). Sum of RGB (Red+Green+Blue) = 76+64+125=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C407D is #B3BF82. Grayscale: #4A4A4A. Windows color (decimal): -11779971 or 8208460. OLE color: 8208460.

HSL color Cylindrical-coordinate representation of color #4C407D: hue angle of 251.8º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C407D is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 64 125 -
CMYK 0.39 0.49 0 0.51
HSL 251.8º 0.32% 0.37% -
HSV(B) 251.8º 0.49% 0.49% -
XYZ 8.52 6.68 20.24 -
YUV 74.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 76 64 125 0.39 0.49 0 0.51 251.8 0.32 0.37
Hex 4C 40 7D 27 31 0 33 FC 20 25
Octal 114 100 175 47 61 0 63 374 40 45
Binary 1001100 1000000 1111101 100111 110001 0 110011 11111100 100000 100101

Color Harmonies of #4C407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C407D

Black with #4C407D

Text Example


Text Example

White with #4C407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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