Html Css Color HEX #4C2798 Blue Gem

📋 copy color: '#4C2798'

red 76 ◦ green 39 ◦ blue 152

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

Shades of Blue Gem #4C2798

Tints of Blue Gem #4C2798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.61%

 BLUE value IS 152 (59.77% from 255) = 56.93%

R = 28.46%
G = 14.61%
B = 56.93%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4C2798 (or 0x4C2798) is known color: Blue Gem. HEX triplet: 4C, 27 and 98. RGB value is (76,39,152). Sum of RGB (Red+Green+Blue) = 76+39+152=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #4C2798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2798 is #B3D867. Grayscale: #3E3E3E. Windows color (decimal): -11786344 or 9971532. OLE color: 9971532.

HSL color Cylindrical-coordinate representation of color #4C2798: hue angle of 259.65º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C2798 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 39 152 -
CMYK 0.50 0.74 0 0.40
HSL 259.65º 0.59% 0.37% -
HSV(B) 259.65º 0.74% 0.6% -
XYZ 9.37 5.25 30.23 -
YUV 62.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 76 39 152 0.50 0.74 0 0.40 259.65 0.59 0.37
Hex 4C 27 98 32 4A 0 28 104 3B 25
Octal 114 47 230 62 112 0 50 404 73 45
Binary 1001100 100111 10011000 110010 1001010 0 101000 100000100 111011 100101

Color Harmonies of #4C2798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2798

Black with #4C2798

Text Example


Text Example

White with #4C2798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,39,152); }

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

background-color css

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

 a { background-color: rgb(76,39,152); }

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

border-color css

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

 span { border-color: rgb(76,39,152); }

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