#482EAD

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

Shades of Blue Gem #482EAD

Tints of Blue Gem #482EAD

Color information

#482EAD (or 0x482EAD) is unknown color: approx Blue Gem. HEX triplet: 48, 2E and AD. RGB value is (72,46,173). Sum of RGB (Red+Green+Blue) = 72+46+173=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #482EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482EAD is #B7D152. Grayscale: #434343. Windows color (decimal): -12046675 or 11349576. OLE color: 11349576.

HSL color Cylindrical-coordinate representation of color #482EAD: hue angle of 252.28º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482EAD is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7246173-
CMYK0.580.7300.32
HSL252.28º57.99%42.94%-
HSV(B)252.28º73.41%67.84%-
XYZ11.196.3540.17-
YUV68.25187.11130.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 46 (18.36% from 255) = 15.81%
BLUE value IS 173 (67.97% from 255) = 59.45%
R=24.74%
G=15.81%
B=59.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72461730.580.7300.32252.2857.9942.94
Hex482EAD3A49020fc3a2b
Octal11056255721110403747253
Binary1001000101110101011011110101001001010000011111100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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