Html Css Color HEX #4C4499 Blue Gem

📋 copy color: '#4C4499'

red 76 ◦ green 68 ◦ blue 153

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

Shades of Blue Gem #4C4499

Tints of Blue Gem #4C4499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

 BLUE value IS 153 (60.16% from 255) = 51.52%

R = 25.59%
G = 22.9%
B = 51.52%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4C4499 (or 0x4C4499) is known color: Blue Gem. HEX triplet: 4C, 44 and 99. RGB value is (76,68,153). Sum of RGB (Red+Green+Blue) = 76+68+153=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C4499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4499 is #B3BB66. Grayscale: #4F4F4F. Windows color (decimal): -11778919 or 10044492. OLE color: 10044492.

HSL color Cylindrical-coordinate representation of color #4C4499: hue angle of 245.65º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C4499 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 76 68 153 -
CMYK 0.50 0.56 0 0.4
HSL 245.65º 0.38% 0.43% -
HSV(B) 245.65º 0.56% 0.6% -
XYZ 10.8 7.97 31.11 -
YUV 80.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 76 68 153 0.50 0.56 0 0.4 245.65 0.38 0.43
Hex 4C 44 99 32 38 0 28 F6 26 2B
Octal 114 104 231 62 70 0 50 366 46 53
Binary 1001100 1000100 10011001 110010 111000 0 101000 11110110 100110 101011

Color Harmonies of #4C4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4499

Black with #4C4499

Text Example


Text Example

White with #4C4499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,68,153); }

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

background-color css

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

 a { background-color: rgb(76,68,153); }

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

border-color css

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

 span { border-color: rgb(76,68,153); }

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