#482B96

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

Shades of Blue Gem #482B96

Tints of Blue Gem #482B96

Color information

#482B96 (or 0x482B96) is unknown color: approx Blue Gem. HEX triplet: 48, 2B and 96. RGB value is (72,43,150). Sum of RGB (Red+Green+Blue) = 72+43+150=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #482B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482B96 is #B7D469. Grayscale: #3F3F3F. Windows color (decimal): -12047466 or 9841480. OLE color: 9841480.

HSL color Cylindrical-coordinate representation of color #482B96: hue angle of 256.26º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482B96 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7243150-
CMYK0.520.7100.41
HSL256.26º55.44%37.84%-
HSV(B)256.26º71.33%58.82%-
XYZ9.045.3129.4-
YUV63.87176.61133.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 43 (17.19% from 255) = 16.23%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=27.17%
G=16.23%
B=56.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72431500.520.7100.41256.2655.4437.84
Hex482B9634470291003726
Octal11053226641070514006746
Binary10010001010111001011011010010001110101001100000000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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