#48369F

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

Shades of Blue Gem #48369F

Tints of Blue Gem #48369F

Color information

#48369F (or 0x48369F) is unknown color: approx Blue Gem. HEX triplet: 48, 36 and 9F. RGB value is (72,54,159). Sum of RGB (Red+Green+Blue) = 72+54+159=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #48369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48369F is #B7C960. Grayscale: #464646. Windows color (decimal): -12044641 or 10434120. OLE color: 10434120.

HSL color Cylindrical-coordinate representation of color #48369F: hue angle of 250.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48369F is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7254159-
CMYK0.550.6600.38
HSL250.29º49.3%41.76%-
HSV(B)250.29º66.04%62.35%-
XYZ10.256.5233.52-
YUV71.35177.46128.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 159 (62.5% from 255) = 55.79%
R=25.26%
G=18.95%
B=55.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72541590.550.6600.38250.2949.341.76
Hex48369F3742026fa312a
Octal11066237671020463726152
Binary1001000110110100111111101111000010010011011111010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48369F; }

 p { color: rgb(72,54,159); }

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

<style>
 a { background-color: #48369F; }

 a { background-color: rgb(72,54,159); }

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

<style>
 span { border-color: #48369F; }

 span { border-color: rgb(72,54,159); }

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