#482A92

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

Shades of Blue Gem #482A92

Tints of Blue Gem #482A92

Color information

#482A92 (or 0x482A92) is unknown color: approx Blue Gem. HEX triplet: 48, 2A and 92. RGB value is (72,42,146). Sum of RGB (Red+Green+Blue) = 72+42+146=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #482A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482A92 is #B7D56D. Grayscale: #3E3E3E. Windows color (decimal): -12047726 or 9579080. OLE color: 9579080.

HSL color Cylindrical-coordinate representation of color #482A92: hue angle of 257.31º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482A92 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7242146-
CMYK0.510.7100.43
HSL257.31º55.32%36.86%-
HSV(B)257.31º71.23%57.25%-
XYZ8.695.1127.72-
YUV62.83174.94134.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 42 (16.80% from 255) = 16.15%
BLUE value IS 146 (57.42% from 255) = 56.15%
R=27.69%
G=16.15%
B=56.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72421460.510.7100.43257.3155.3236.86
Hex482A92334702B1013725
Octal11052222631070534016745
Binary10010001010101001001011001110001110101011100000001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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