#4C459C

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

Shades of Blue Gem #4C459C

Tints of Blue Gem #4C459C

Color information

#4C459C (or 0x4C459C) is unknown color: approx Blue Gem. HEX triplet: 4C, 45 and 9C. RGB value is (76,69,156). Sum of RGB (Red+Green+Blue) = 76+69+156=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C459C is #B3BA63. Grayscale: #505050. Windows color (decimal): -11778660 or 10241356. OLE color: 10241356.

HSL color Cylindrical-coordinate representation of color #4C459C: hue angle of 244.83º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C459C is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7669156-
CMYK0.510.5600.39
HSL244.83º38.67%44.12%-
HSV(B)244.83º55.77%61.18%-
XYZ11.118.1932.45-
YUV81.01170.32124.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.25%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 156 (61.33% from 255) = 51.83%
R=25.25%
G=22.92%
B=51.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76691560.510.5600.39244.8338.6744.12
Hex4C459C3338027f5272c
Octal11410523463700473654754
Binary1001100100010110011100110011111000010011111110101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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