#482F88

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

Shades of Blue Gem #482F88

Tints of Blue Gem #482F88

Color information

#482F88 (or 0x482F88) is unknown color: approx Blue Gem. HEX triplet: 48, 2F and 88. RGB value is (72,47,136). Sum of RGB (Red+Green+Blue) = 72+47+136=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #482F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482F88 is #B7D077. Grayscale: #404040. Windows color (decimal): -12046456 or 8925000. OLE color: 8925000.

HSL color Cylindrical-coordinate representation of color #482F88: hue angle of 256.85º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482F88 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7247136-
CMYK0.470.6500.47
HSL256.85º48.63%35.88%-
HSV(B)256.85º65.44%53.33%-
XYZ8.135.1923.87-
YUV64.62168.28133.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 47 (18.75% from 255) = 18.43%
BLUE value IS 136 (53.52% from 255) = 53.33%
R=28.24%
G=18.43%
B=53.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72471360.470.6500.47256.8548.6335.88
Hex482F882F4102F1013124
Octal11057210571010574016144
Binary10010001011111000100010111110000010101111100000001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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