#4A259B

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

Shades of Blue Gem #4A259B

Tints of Blue Gem #4A259B

Color information

#4A259B (or 0x4A259B) is unknown color: approx Blue Gem. HEX triplet: 4A, 25 and 9B. RGB value is (74,37,155). Sum of RGB (Red+Green+Blue) = 74+37+155=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A259B is #B5DA64. Grayscale: #3D3D3D. Windows color (decimal): -11917925 or 10167626. OLE color: 10167626.

HSL color Cylindrical-coordinate representation of color #4A259B: hue angle of 258.81º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A259B is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7437155-
CMYK0.520.7600.39
HSL258.81º61.46%37.65%-
HSV(B)258.81º76.13%60.78%-
XYZ9.45.1531.51-
YUV61.52180.76136.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.82%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 155 (60.94% from 255) = 58.27%
R=27.82%
G=13.91%
B=58.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74371550.520.7600.39258.8161.4637.65
Hex4A259B344C0271033d26
Octal11245233641140474037546
Binary10010101001011001101111010010011000100111100000011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,37,155); }

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

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

 a { background-color: rgb(74,37,155); }

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

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

 span { border-color: rgb(74,37,155); }

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