#4C209D

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

Shades of Blue Gem #4C209D

Tints of Blue Gem #4C209D

Color information

#4C209D (or 0x4C209D) is unknown color: approx Blue Gem. HEX triplet: 4C, 20 and 9D. RGB value is (76,32,157). Sum of RGB (Red+Green+Blue) = 76+32+157=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C209D is #B3DF62. Grayscale: #3A3A3A. Windows color (decimal): -11788131 or 10297420. OLE color: 10297420.

HSL color Cylindrical-coordinate representation of color #4C209D: hue angle of 261.12º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C209D is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7632157-
CMYK0.520.8000.38
HSL261.12º66.14%37.06%-
HSV(B)261.12º79.62%61.57%-
XYZ9.58532.36-
YUV59.41183.08139.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.68%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 157 (61.72% from 255) = 59.25%
R=28.68%
G=12.08%
B=59.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76321570.520.8000.38261.1266.1437.06
Hex4C209D34500261054225
Octal114402356412004640510245
Binary100110010000010011101110100101000001001101000001011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,32,157); }

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

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

 a { background-color: rgb(76,32,157); }

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

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

 span { border-color: rgb(76,32,157); }

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