#482fab

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

Shades of Blue Gem #482FAB

Tints of Blue Gem #482FAB

Color information

#482FAB (or 0x482FAB) is unknown color: approx Blue Gem. HEX triplet: 48, 2F and AB. RGB value is (72,47,171). Sum of RGB (Red+Green+Blue) = 72+47+171=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #482FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482FAB is #B7D054. Grayscale: #444444. Windows color (decimal): -12046421 or 11218760. OLE color: 11218760.

HSL color Cylindrical-coordinate representation of color #482FAB: hue angle of 252.1º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482FAB is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7247171-
CMYK0.580.7300.33
HSL252.1º56.88%42.75%-
HSV(B)252.1º72.51%67.06%-
XYZ11.046.3539.17-
YUV68.61185.78130.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 47 (18.75% from 255) = 16.21%
BLUE value IS 171 (67.19% from 255) = 58.97%
R=24.83%
G=16.21%
B=58.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72471710.580.7300.33252.156.8842.75
Hex482FAB3A49021fc392b
Octal11057253721110413747153
Binary1001000101111101010111110101001001010000111111100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482fab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,47,171); }

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

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

 a { background-color: rgb(72,47,171); }

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

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

 span { border-color: rgb(72,47,171); }

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