#482A8C

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

Shades of Blue Gem #482A8C

Tints of Blue Gem #482A8C

Color information

#482A8C (or 0x482A8C) is unknown color: approx Blue Gem. HEX triplet: 48, 2A and 8C. RGB value is (72,42,140). Sum of RGB (Red+Green+Blue) = 72+42+140=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #482A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482A8C is #B7D573. Grayscale: #3D3D3D. Windows color (decimal): -12047732 or 9185864. OLE color: 9185864.

HSL color Cylindrical-coordinate representation of color #482A8C: hue angle of 258.37º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #482A8C is Cyan = 0.49, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7242140-
CMYK0.490.700.45
HSL258.37º53.85%35.69%-
HSV(B)258.37º70%54.9%-
XYZ8.234.9325.33-
YUV62.14171.94135.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 42 (16.80% from 255) = 16.54%
BLUE value IS 140 (55.08% from 255) = 55.12%
R=28.35%
G=16.54%
B=55.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72421400.490.700.45258.3753.8535.69
Hex482A8C314602D1023624
Octal11052214611060554026644
Binary10010001010101000110011000110001100101101100000010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,42,140); }

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

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

 a { background-color: rgb(72,42,140); }

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

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

 span { border-color: rgb(72,42,140); }

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