Html Css Color HEX #4C3880 Blue Gem

📋 copy color: '#4C3880'

red 76 ◦ green 56 ◦ blue 128

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

Shades of Blue Gem #4C3880

Tints of Blue Gem #4C3880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

 BLUE value IS 128 (50.39% from 255) = 49.23%

R = 29.23%
G = 21.54%
B = 49.23%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C3880 (or 0x4C3880) is known color: Blue Gem. HEX triplet: 4C, 38 and 80. RGB value is (76,56,128). Sum of RGB (Red+Green+Blue) = 76+56+128=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C3880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3880 is #B3C77F. Grayscale: #454545. Windows color (decimal): -11782016 or 8403020. OLE color: 8403020.

HSL color Cylindrical-coordinate representation of color #4C3880: hue angle of 256.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C3880 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 56 128 -
CMYK 0.41 0.56 0 0.50
HSL 256.67º 0.39% 0.36% -
HSV(B) 256.67º 0.56% 0.5% -
XYZ 8.29 5.92 21.13 -
YUV 70.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 76 56 128 0.41 0.56 0 0.50 256.67 0.39 0.36
Hex 4C 38 80 29 38 0 32 101 27 24
Octal 114 70 200 51 70 0 62 401 47 44
Binary 1001100 111000 10000000 101001 111000 0 110010 100000001 100111 100100

Color Harmonies of #4C3880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3880

Black with #4C3880

Text Example


Text Example

White with #4C3880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,56,128); }

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

background-color css

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

 a { background-color: rgb(76,56,128); }

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

border-color css

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

 span { border-color: rgb(76,56,128); }

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