#483599

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

Shades of Blue Gem #483599

Tints of Blue Gem #483599

Color information

#483599 (or 0x483599) is unknown color: approx Blue Gem. HEX triplet: 48, 35 and 99. RGB value is (72,53,153). Sum of RGB (Red+Green+Blue) = 72+53+153=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #483599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483599 is #B7CA66. Grayscale: #454545. Windows color (decimal): -12044903 or 10040648. OLE color: 10040648.

HSL color Cylindrical-coordinate representation of color #483599: hue angle of 251.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #483599 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7253153-
CMYK0.530.6500.4
HSL251.4º48.54%40.39%-
HSV(B)251.4º65.36%60%-
XYZ9.76.2230.83-
YUV70.08174.79129.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 153 (60.16% from 255) = 55.04%
R=25.90%
G=19.06%
B=55.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72531530.530.6500.4251.448.5440.39
Hex4835993541028fb3128
Octal11065231651010503736150
Binary1001000110101100110011101011000001010100011111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483599; }

 p { color: rgb(72,53,153); }

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

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

 a { background-color: rgb(72,53,153); }

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

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

 span { border-color: rgb(72,53,153); }

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