#48419D

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

Shades of Blue Gem #48419D

Tints of Blue Gem #48419D

Color information

#48419D (or 0x48419D) is unknown color: approx Blue Gem. HEX triplet: 48, 41 and 9D. RGB value is (72,65,157). Sum of RGB (Red+Green+Blue) = 72+65+157=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #48419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48419D is #B7BE62. Grayscale: #4D4D4D. Windows color (decimal): -12041827 or 10305864. OLE color: 10305864.

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

Color convert

RGB7265157-
CMYK0.540.5900.38
HSL244.57º41.44%43.53%-
HSV(B)244.57º58.6%61.57%-
XYZ10.657.5932.8-
YUV77.58172.82124.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 65 (25.78% from 255) = 22.11%
BLUE value IS 157 (61.72% from 255) = 53.40%
R=24.49%
G=22.11%
B=53.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72651570.540.5900.38244.5741.4443.53
Hex48419D363B026f5292c
Octal11010123566730463655154
Binary1001000100000110011101110110111011010011011110101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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