#482A8E

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

Shades of Blue Gem #482A8E

Tints of Blue Gem #482A8E

Color information

#482A8E (or 0x482A8E) is unknown color: approx Blue Gem. HEX triplet: 48, 2A and 8E. RGB value is (72,42,142). Sum of RGB (Red+Green+Blue) = 72+42+142=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #482A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482A8E is #B7D571. Grayscale: #3D3D3D. Windows color (decimal): -12047730 or 9316936. OLE color: 9316936.

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

Color convert

RGB7242142-
CMYK0.490.7000.44
HSL258º54.35%36.08%-
HSV(B)258º70.42%55.69%-
XYZ8.384.9926.11-
YUV62.37172.94134.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 42 (16.80% from 255) = 16.41%
BLUE value IS 142 (55.86% from 255) = 55.47%
R=28.12%
G=16.41%
B=55.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72421420.490.7000.4425854.3536.08
Hex482A8E314602C1023624
Octal11052216611060544026644
Binary10010001010101000111011000110001100101100100000010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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