#482D90

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

Shades of Blue Gem #482D90

Tints of Blue Gem #482D90

Color information

#482D90 (or 0x482D90) is unknown color: approx Blue Gem. HEX triplet: 48, 2D and 90. RGB value is (72,45,144). Sum of RGB (Red+Green+Blue) = 72+45+144=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #482D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482D90 is #B7D26F. Grayscale: #3F3F3F. Windows color (decimal): -12046960 or 9448776. OLE color: 9448776.

HSL color Cylindrical-coordinate representation of color #482D90: hue angle of 256.36º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482D90 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7245144-
CMYK0.500.6900.44
HSL256.36º52.38%37.06%-
HSV(B)256.36º68.75%56.47%-
XYZ8.645.2726.95-
YUV64.36172.95133.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 45 (17.97% from 255) = 17.24%
BLUE value IS 144 (56.64% from 255) = 55.17%
R=27.59%
G=17.24%
B=55.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72451440.500.6900.44256.3652.3837.06
Hex482D90324502C1003425
Octal11055220621050544006445
Binary10010001011011001000011001010001010101100100000000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,45,144); }

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

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

 a { background-color: rgb(72,45,144); }

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

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

 span { border-color: rgb(72,45,144); }

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