#48299D

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

Shades of Blue Gem #48299D

Tints of Blue Gem #48299D

Color information

#48299D (or 0x48299D) is unknown color: approx Blue Gem. HEX triplet: 48, 29 and 9D. RGB value is (72,41,157). Sum of RGB (Red+Green+Blue) = 72+41+157=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #48299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48299D is #B7D662. Grayscale: #3F3F3F. Windows color (decimal): -12047971 or 10299720. OLE color: 10299720.

HSL color Cylindrical-coordinate representation of color #48299D: hue angle of 256.03º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48299D is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7241157-
CMYK0.540.7400.38
HSL256.03º58.59%38.82%-
HSV(B)256.03º73.89%61.57%-
XYZ9.555.432.44-
YUV63.49180.77134.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 157 (61.72% from 255) = 58.15%
R=26.67%
G=15.19%
B=58.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72411570.540.7400.38256.0358.5938.82
Hex48299D364A0261003b27
Octal11051235661120464007347
Binary10010001010011001110111011010010100100110100000000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48299D; }

 p { color: rgb(72,41,157); }

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

<style>
 a { background-color: #48299D; }

 a { background-color: rgb(72,41,157); }

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

<style>
 span { border-color: #48299D; }

 span { border-color: rgb(72,41,157); }

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