#483A95

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

Shades of Blue Gem #483A95

Tints of Blue Gem #483A95

Color information

#483A95 (or 0x483A95) is unknown color: approx Blue Gem. HEX triplet: 48, 3A and 95. RGB value is (72,58,149). Sum of RGB (Red+Green+Blue) = 72+58+149=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #483A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483A95 is #B7C56A. Grayscale: #484848. Windows color (decimal): -12043627 or 9779784. OLE color: 9779784.

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

Color convert

RGB7258149-
CMYK0.520.6100.42
HSL249.23º43.96%40.59%-
HSV(B)249.23º61.07%58.43%-
XYZ9.616.5729.2-
YUV72.56171.14127.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 58 (23.05% from 255) = 20.79%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=25.81%
G=20.79%
B=53.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72581490.520.6100.42249.2343.9640.59
Hex483A95343D02Af92c29
Octal1107222564750523715451
Binary100100011101010010101110100111101010101011111001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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