#483287

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

Shades of Blue Gem #483287

Tints of Blue Gem #483287

Color information

#483287 (or 0x483287) is unknown color: approx Blue Gem. HEX triplet: 48, 32 and 87. RGB value is (72,50,135). Sum of RGB (Red+Green+Blue) = 72+50+135=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #483287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483287 is #B7CD78. Grayscale: #414141. Windows color (decimal): -12045689 or 8860232. OLE color: 8860232.

HSL color Cylindrical-coordinate representation of color #483287: hue angle of 255.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483287 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7250135-
CMYK0.470.6300.47
HSL255.53º45.95%36.27%-
HSV(B)255.53º62.96%52.94%-
XYZ8.195.4123.53-
YUV66.27166.79132.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 135 (53.12% from 255) = 52.53%
R=28.02%
G=19.46%
B=52.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72501350.470.6300.47255.5345.9536.27
Hex4832872F3F02F1002e24
Octal1106220757770574005644
Binary1001000110010100001111011111111110101111100000000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483287; }

 p { color: rgb(72,50,135); }

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

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

 a { background-color: rgb(72,50,135); }

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

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

 span { border-color: rgb(72,50,135); }

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