#483E95

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

Shades of Blue Gem #483E95

Tints of Blue Gem #483E95

Color information

#483E95 (or 0x483E95) is unknown color: approx Blue Gem. HEX triplet: 48, 3E and 95. RGB value is (72,62,149). Sum of RGB (Red+Green+Blue) = 72+62+149=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #483E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483E95 is #B7C16A. Grayscale: #4A4A4A. Windows color (decimal): -12042603 or 9780808. OLE color: 9780808.

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

Color convert

RGB7262149-
CMYK0.520.5800.42
HSL246.9º41.23%41.37%-
HSV(B)246.9º58.39%58.43%-
XYZ9.826.9929.27-
YUV74.91169.81125.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=25.44%
G=21.91%
B=52.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72621490.520.5800.42246.941.2341.37
Hex483E95343A02Af72929
Octal1107622564720523675151
Binary100100011111010010101110100111010010101011110111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483E95; }

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

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

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

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

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

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

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

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