#482EAA

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

Shades of Blue Gem #482EAA

Tints of Blue Gem #482EAA

Color information

#482EAA (or 0x482EAA) is unknown color: approx Blue Gem. HEX triplet: 48, 2E and AA. RGB value is (72,46,170). Sum of RGB (Red+Green+Blue) = 72+46+170=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #482EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482EAA is #B7D155. Grayscale: #434343. Windows color (decimal): -12046678 or 11152968. OLE color: 11152968.

HSL color Cylindrical-coordinate representation of color #482EAA: hue angle of 252.58º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482EAA is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7246170-
CMYK0.580.7300.33
HSL252.58º57.41%42.35%-
HSV(B)252.58º72.94%66.67%-
XYZ10.916.2338.66-
YUV67.91185.61130.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 46 (18.36% from 255) = 15.97%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=25%
G=15.97%
B=59.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72461700.580.7300.33252.5857.4142.35
Hex482EAA3A49021fd392a
Octal11056252721110413757152
Binary1001000101110101010101110101001001010000111111101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482EAA; }

 p { color: rgb(72,46,170); }

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

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

 a { background-color: rgb(72,46,170); }

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

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

 span { border-color: rgb(72,46,170); }

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