#48259A

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

Shades of Blue Gem #48259A

Tints of Blue Gem #48259A

Color information

#48259A (or 0x48259A) is unknown color: approx Blue Gem. HEX triplet: 48, 25 and 9A. RGB value is (72,37,154). Sum of RGB (Red+Green+Blue) = 72+37+154=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #48259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48259A is #B7DA65. Grayscale: #3C3C3C. Windows color (decimal): -12048998 or 10102088. OLE color: 10102088.

HSL color Cylindrical-coordinate representation of color #48259A: hue angle of 257.95º 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 #48259A is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7237154-
CMYK0.530.7600.40
HSL257.95º61.26%37.45%-
HSV(B)257.95º75.97%60.39%-
XYZ9.175.0331.06-
YUV60.8180.6135.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 154 (60.55% from 255) = 58.56%
R=27.38%
G=14.07%
B=58.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72371540.530.7600.40257.9561.2637.45
Hex48259A354C0281023d25
Octal11045232651140504027545
Binary10010001001011001101011010110011000101000100000010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48259A; }

 p { color: rgb(72,37,154); }

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

<style>
 a { background-color: #48259A; }

 a { background-color: rgb(72,37,154); }

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

<style>
 span { border-color: #48259A; }

 span { border-color: rgb(72,37,154); }

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