#4D459C

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

Shades of Blue Gem #4D459C

Tints of Blue Gem #4D459C

Color information

#4D459C (or 0x4D459C) is unknown color: approx Blue Gem. HEX triplet: 4D, 45 and 9C. RGB value is (77,69,156). Sum of RGB (Red+Green+Blue) = 77+69+156=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D459C is #B2BA63. Grayscale: #505050. Windows color (decimal): -11713124 or 10241357. OLE color: 10241357.

HSL color Cylindrical-coordinate representation of color #4D459C: hue angle of 245.52º 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 #4D459C is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7769156-
CMYK0.510.5600.39
HSL245.52º38.67%44.12%-
HSV(B)245.52º55.77%61.18%-
XYZ11.198.2332.45-
YUV81.31170.15124.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.50%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 156 (61.33% from 255) = 51.66%
R=25.50%
G=22.85%
B=51.66%

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
Decimal77691560.510.5600.39245.5238.6744.12
Hex4D459C3338027f6272c
Octal11510523463700473664754
Binary1001101100010110011100110011111000010011111110110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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