#48369C

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

Shades of Blue Gem #48369C

Tints of Blue Gem #48369C

Color information

#48369C (or 0x48369C) is unknown color: approx Blue Gem. HEX triplet: 48, 36 and 9C. RGB value is (72,54,156). Sum of RGB (Red+Green+Blue) = 72+54+156=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #48369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48369C is #B7C963. Grayscale: #464646. Windows color (decimal): -12044644 or 10237512. OLE color: 10237512.

HSL color Cylindrical-coordinate representation of color #48369C: hue angle of 250.59º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48369C is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7254156-
CMYK0.540.6500.39
HSL250.59º48.57%41.18%-
HSV(B)250.59º65.38%61.18%-
XYZ9.996.4232.16-
YUV71.01175.96128.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 156 (61.33% from 255) = 55.32%
R=25.53%
G=19.15%
B=55.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72541560.540.6500.39250.5948.5741.18
Hex48369C3641027fb3129
Octal11066234661010473736151
Binary1001000110110100111001101101000001010011111111011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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