#482897

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

Shades of Blue Gem #482897

Tints of Blue Gem #482897

Color information

#482897 (or 0x482897) is unknown color: approx Blue Gem. HEX triplet: 48, 28 and 97. RGB value is (72,40,151). Sum of RGB (Red+Green+Blue) = 72+40+151=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 151 (59.38% from 255 or 57.41% from 263); Max value from RGB is 151 - color contains mainly: blue. Hex color #482897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482897 is #B7D768. Grayscale: #3D3D3D. Windows color (decimal): -12048233 or 9906248. OLE color: 9906248.

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

Color convert

RGB7240151-
CMYK0.520.7400.41
HSL257.3º58.12%37.45%-
HSV(B)257.3º73.51%59.22%-
XYZ9.025.1329.79-
YUV62.22178.1134.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 40 (16.02% from 255) = 15.21%
BLUE value IS 151 (59.38% from 255) = 57.41%
R=27.38%
G=15.21%
B=57.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72401510.520.7400.41257.358.1237.45
Hex482897344A0291013a25
Octal11050227641120514017245
Binary10010001010001001011111010010010100101001100000001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482897; }

 p { color: rgb(72,40,151); }

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

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

 a { background-color: rgb(72,40,151); }

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

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

 span { border-color: rgb(72,40,151); }

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