#482fa5

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

Shades of Blue Gem #482FA5

Tints of Blue Gem #482FA5

Color information

#482FA5 (or 0x482FA5) is unknown color: approx Blue Gem. HEX triplet: 48, 2F and A5. RGB value is (72,47,165). Sum of RGB (Red+Green+Blue) = 72+47+165=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 165 (64.84% from 255 or 58.10% from 284); Max value from RGB is 165 - color contains mainly: blue. Hex color #482FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482FA5 is #B7D05A. Grayscale: #434343. Windows color (decimal): -12046427 or 10825544. OLE color: 10825544.

HSL color Cylindrical-coordinate representation of color #482FA5: hue angle of 252.71º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482FA5 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7247165-
CMYK0.560.7200.35
HSL252.71º55.66%41.57%-
HSV(B)252.71º71.52%64.71%-
XYZ10.486.1336.23-
YUV67.93182.78130.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 47 (18.75% from 255) = 16.55%
BLUE value IS 165 (64.84% from 255) = 58.10%
R=25.35%
G=16.55%
B=58.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72471650.560.7200.35252.7155.6641.57
Hex482FA53848023fd382a
Octal11057245701100433757052
Binary1001000101111101001011110001001000010001111111101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482fa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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