#4B2890

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

Shades of Blue Gem #4B2890

Tints of Blue Gem #4B2890

Color information

#4B2890 (or 0x4B2890) is unknown color: approx Blue Gem. HEX triplet: 4B, 28 and 90. RGB value is (75,40,144). Sum of RGB (Red+Green+Blue) = 75+40+144=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B2890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2890 is #B4D76F. Grayscale: #3D3D3D. Windows color (decimal): -11851632 or 9447499. OLE color: 9447499.

HSL color Cylindrical-coordinate representation of color #4B2890: hue angle of 260.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B2890 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7540144-
CMYK0.480.7200.44
HSL260.19º56.52%36.08%-
HSV(B)260.19º72.22%56.47%-
XYZ8.695.0326.9-
YUV62.32174.1137.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.96%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 144 (56.64% from 255) = 55.60%
R=28.96%
G=15.44%
B=55.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75401440.480.7200.44260.1956.5236.08
Hex4B2890304802C1043924
Octal11350220601100544047144
Binary10010111010001001000011000010010000101100100000100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,144); }

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

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

 a { background-color: rgb(75,40,144); }

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

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

 span { border-color: rgb(75,40,144); }

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