#48419F

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

Shades of Blue Gem #48419F

Tints of Blue Gem #48419F

Color information

#48419F (or 0x48419F) is unknown color: approx Blue Gem. HEX triplet: 48, 41 and 9F. RGB value is (72,65,159). Sum of RGB (Red+Green+Blue) = 72+65+159=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #48419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48419F is #B7BE60. Grayscale: #4D4D4D. Windows color (decimal): -12041825 or 10436936. OLE color: 10436936.

HSL color Cylindrical-coordinate representation of color #48419F: hue angle of 244.47º degrees, saturation: 0.42, 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 #48419F is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7265159-
CMYK0.550.5900.38
HSL244.47º41.96%43.92%-
HSV(B)244.47º59.12%62.35%-
XYZ10.827.6633.71-
YUV77.81173.82123.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.32%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 159 (62.5% from 255) = 53.72%
R=24.32%
G=21.96%
B=53.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72651590.550.5900.38244.4741.9643.92
Hex48419F373B026f42a2c
Octal11010123767730463645254
Binary1001000100000110011111110111111011010011011110100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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