Html Css Color HEX #4C407B Gigas

📋 copy color: '#4C407B'

red 76 ◦ green 64 ◦ blue 123

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

Shades of Gigas #4C407B

Tints of Gigas #4C407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.77%

R = 28.9%
G = 24.33%
B = 46.77%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C407B (or 0x4C407B) is known color: Gigas. HEX triplet: 4C, 40 and 7B. RGB value is (76,64,123). Sum of RGB (Red+Green+Blue) = 76+64+123=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C407B is #B3BF84. Grayscale: #4A4A4A. Windows color (decimal): -11779973 or 8077388. OLE color: 8077388.

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

Color convert

RGB 76 64 123 -
CMYK 0.38 0.48 0 0.52
HSL 252.2º 0.32% 0.37% -
HSV(B) 252.2º 0.48% 0.48% -
XYZ 8.39 6.63 19.58 -
YUV 74.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 76 64 123 0.38 0.48 0 0.52 252.2 0.32 0.37
Hex 4C 40 7B 26 30 0 34 FC 20 25
Octal 114 100 173 46 60 0 64 374 40 45
Binary 1001100 1000000 1111011 100110 110000 0 110100 11111100 100000 100101

Color Harmonies of #4C407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C407B

Black with #4C407B

Text Example


Text Example

White with #4C407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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