#4b2d95

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

Shades of Blue Gem #4B2D95

Tints of Blue Gem #4B2D95

Color information

#4B2D95 (or 0x4B2D95) is unknown color: approx Blue Gem. HEX triplet: 4B, 2D and 95. RGB value is (75,45,149). Sum of RGB (Red+Green+Blue) = 75+45+149=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B2D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2D95 is #B4D26A. Grayscale: #414141. Windows color (decimal): -11850347 or 9776459. OLE color: 9776459.

HSL color Cylindrical-coordinate representation of color #4B2D95: hue angle of 257.31º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B2D95 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7545149-
CMYK0.500.7000.42
HSL257.31º53.61%38.04%-
HSV(B)257.31º69.8%58.43%-
XYZ9.265.5429.02-
YUV65.83174.94134.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.88%
GREEN value IS 45 (17.97% from 255) = 16.73%
BLUE value IS 149 (58.59% from 255) = 55.39%
R=27.88%
G=16.73%
B=55.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75451490.500.7000.42257.3153.6138.04
Hex4B2D95324602A1013626
Octal11355225621060524016646
Binary10010111011011001010111001010001100101010100000001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b2d95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,45,149); }

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

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

 a { background-color: rgb(75,45,149); }

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

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

 span { border-color: rgb(75,45,149); }

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