#4B259F

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

Shades of Blue Gem #4B259F

Tints of Blue Gem #4B259F

Color information

#4B259F (or 0x4B259F) is unknown color: approx Blue Gem. HEX triplet: 4B, 25 and 9F. RGB value is (75,37,159). Sum of RGB (Red+Green+Blue) = 75+37+159=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B259F is #B4DA60. Grayscale: #3D3D3D. Windows color (decimal): -11852385 or 10429771. OLE color: 10429771.

HSL color Cylindrical-coordinate representation of color #4B259F: hue angle of 258.69º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B259F is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7537159-
CMYK0.530.7700.38
HSL258.69º62.24%38.43%-
HSV(B)258.69º76.73%62.35%-
XYZ9.825.3233.31-
YUV62.27182.59137.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 159 (62.5% from 255) = 58.67%
R=27.68%
G=13.65%
B=58.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75371590.530.7700.38258.6962.2438.43
Hex4B259F354D0261033e26
Octal11345237651150464037646
Binary10010111001011001111111010110011010100110100000011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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