#4B209D

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

Shades of Blue Gem #4B209D

Tints of Blue Gem #4B209D

Color information

#4B209D (or 0x4B209D) is unknown color: approx Blue Gem. HEX triplet: 4B, 20 and 9D. RGB value is (75,32,157). Sum of RGB (Red+Green+Blue) = 75+32+157=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B209D is #B4DF62. Grayscale: #3A3A3A. Windows color (decimal): -11853667 or 10297419. OLE color: 10297419.

HSL color Cylindrical-coordinate representation of color #4B209D: hue angle of 260.64º 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 #4B209D is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7532157-
CMYK0.520.8000.38
HSL260.64º66.14%37.06%-
HSV(B)260.64º79.62%61.57%-
XYZ9.54.9632.36-
YUV59.11183.25139.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.41%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 157 (61.72% from 255) = 59.47%
R=28.41%
G=12.12%
B=59.47%

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
Decimal75321570.520.8000.38260.6466.1437.06
Hex4B209D34500261054225
Octal113402356412004640510245
Binary100101110000010011101110100101000001001101000001011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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