#482EAC

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

Shades of Blue Gem #482EAC

Tints of Blue Gem #482EAC

Color information

#482EAC (or 0x482EAC) is unknown color: approx Blue Gem. HEX triplet: 48, 2E and AC. RGB value is (72,46,172). Sum of RGB (Red+Green+Blue) = 72+46+172=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #482EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482EAC is #B7D153. Grayscale: #434343. Windows color (decimal): -12046676 or 11284040. OLE color: 11284040.

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

Color convert

RGB7246172-
CMYK0.580.7300.33
HSL252.38º57.8%42.75%-
HSV(B)252.38º73.26%67.45%-
XYZ11.16.3139.66-
YUV68.14186.61130.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 46 (18.36% from 255) = 15.86%
BLUE value IS 172 (67.58% from 255) = 59.31%
R=24.83%
G=15.86%
B=59.31%

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
Decimal72461720.580.7300.33252.3857.842.75
Hex482EAC3A49021fc3a2b
Octal11056254721110413747253
Binary1001000101110101011001110101001001010000111111100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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