#4B2599

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

Shades of Blue Gem #4B2599

Tints of Blue Gem #4B2599

Color information

#4B2599 (or 0x4B2599) is unknown color: approx Blue Gem. HEX triplet: 4B, 25 and 99. RGB value is (75,37,153). Sum of RGB (Red+Green+Blue) = 75+37+153=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B2599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2599 is #B4DA66. Grayscale: #3D3D3D. Windows color (decimal): -11852391 or 10036555. OLE color: 10036555.

HSL color Cylindrical-coordinate representation of color #4B2599: hue angle of 259.66º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B2599 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7537153-
CMYK0.510.7600.4
HSL259.66º61.05%37.25%-
HSV(B)259.66º75.82%60%-
XYZ9.315.1230.63-
YUV61.59179.59137.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.30%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=28.30%
G=13.96%
B=57.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal75371530.510.7600.4259.6661.0537.25
Hex4B2599334C0281043d25
Octal11345231631140504047545
Binary10010111001011001100111001110011000101000100000100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,37,153); }

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

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

 a { background-color: rgb(75,37,153); }

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

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

 span { border-color: rgb(75,37,153); }

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