#4C459E

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

Shades of Blue Gem #4C459E

Tints of Blue Gem #4C459E

Color information

#4C459E (or 0x4C459E) is unknown color: approx Blue Gem. HEX triplet: 4C, 45 and 9E. RGB value is (76,69,158). Sum of RGB (Red+Green+Blue) = 76+69+158=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C459E is #B3BA61. Grayscale: #505050. Windows color (decimal): -11778658 or 10372428. OLE color: 10372428.

HSL color Cylindrical-coordinate representation of color #4C459E: hue angle of 244.72º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C459E is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7669158-
CMYK0.520.5600.38
HSL244.72º39.21%44.51%-
HSV(B)244.72º56.33%61.96%-
XYZ11.288.2633.35-
YUV81.24171.32124.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.08%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=25.08%
G=22.77%
B=52.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76691580.520.5600.38244.7239.2144.51
Hex4C459E3438026f5272d
Octal11410523664700463654755
Binary1001100100010110011110110100111000010011011110101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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