#4C4599

Color #4C4599 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4C4599

Tints of Blue Gem #4C4599

Color information

#4C4599 (or 0x4C4599) is unknown color: approx Blue Gem. HEX triplet: 4C, 45 and 99. RGB value is (76,69,153). Sum of RGB (Red+Green+Blue) = 76+69+153=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C4599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4599 is #B3BA66. Grayscale: #505050. Windows color (decimal): -11778663 or 10044748. OLE color: 10044748.

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

Color convert

RGB7669153-
CMYK0.500.5500.4
HSL245º37.84%43.53%-
HSV(B)245º54.9%60%-
XYZ10.868.0931.13-
YUV80.67168.82124.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.50%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 153 (60.16% from 255) = 51.34%
R=25.50%
G=23.15%
B=51.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal76691530.500.5500.424537.8443.53
Hex4C45993237028f5262c
Octal11410523162670503654654
Binary1001100100010110011001110010110111010100011110101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C4599;
 }
 .AnyTagClassName
 {
   color: #4C4599;
 }
</style>
background-color css

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

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

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

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

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

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