#482CAA

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

Shades of Blue Gem #482CAA

Tints of Blue Gem #482CAA

Color information

#482CAA (or 0x482CAA) is unknown color: approx Blue Gem. HEX triplet: 48, 2C and AA. RGB value is (72,44,170). Sum of RGB (Red+Green+Blue) = 72+44+170=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #482CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482CAA is #B7D355. Grayscale: #424242. Windows color (decimal): -12047190 or 11152456. OLE color: 11152456.

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

Color convert

RGB7244170-
CMYK0.580.7400.33
HSL253.33º58.88%41.96%-
HSV(B)253.33º74.12%66.67%-
XYZ10.836.0838.63-
YUV66.74186.28131.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 44 (17.58% from 255) = 15.38%
BLUE value IS 170 (66.80% from 255) = 59.44%
R=25.17%
G=15.38%
B=59.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72441700.580.7400.33253.3358.8841.96
Hex482CAA3A4A021fd3b2a
Octal11054252721120413757352
Binary1001000101100101010101110101001010010000111111101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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