#482BAC

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

Shades of Blue Gem #482BAC

Tints of Blue Gem #482BAC

Color information

#482BAC (or 0x482BAC) is unknown color: approx Blue Gem. HEX triplet: 48, 2B and AC. RGB value is (72,43,172). Sum of RGB (Red+Green+Blue) = 72+43+172=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #482BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482BAC is #B7D453. Grayscale: #414141. Windows color (decimal): -12047444 or 11283272. OLE color: 11283272.

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

Color convert

RGB7243172-
CMYK0.580.7500.33
HSL253.49º60%42.16%-
HSV(B)253.49º75%67.45%-
XYZ10.986.0839.63-
YUV66.38187.61132.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 43 (17.19% from 255) = 14.98%
BLUE value IS 172 (67.58% from 255) = 59.93%
R=25.09%
G=14.98%
B=59.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72431720.580.7500.33253.496042.16
Hex482BAC3A4B021fd3c2a
Octal11053254721130413757452
Binary1001000101011101011001110101001011010000111111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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