#483895

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

Shades of Blue Gem #483895

Tints of Blue Gem #483895

Color information

#483895 (or 0x483895) is unknown color: approx Blue Gem. HEX triplet: 48, 38 and 95. RGB value is (72,56,149). Sum of RGB (Red+Green+Blue) = 72+56+149=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #483895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483895 is #B7C76A. Grayscale: #474747. Windows color (decimal): -12044139 or 9779272. OLE color: 9779272.

HSL color Cylindrical-coordinate representation of color #483895: hue angle of 250.32º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #483895 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7256149-
CMYK0.520.6200.42
HSL250.32º45.37%40.2%-
HSV(B)250.32º62.42%58.43%-
XYZ9.516.3829.16-
YUV71.39171.8128.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 56 (22.27% from 255) = 20.22%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=25.99%
G=20.22%
B=53.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72561490.520.6200.42250.3245.3740.2
Hex483895343E02Afa2d28
Octal1107022564760523725550
Binary100100011100010010101110100111110010101011111010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483895; }

 p { color: rgb(72,56,149); }

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

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

 a { background-color: rgb(72,56,149); }

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

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

 span { border-color: rgb(72,56,149); }

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