#482ea7

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

Shades of Blue Gem #482EA7

Tints of Blue Gem #482EA7

Color information

#482EA7 (or 0x482EA7) is unknown color: approx Blue Gem. HEX triplet: 48, 2E and A7. RGB value is (72,46,167). Sum of RGB (Red+Green+Blue) = 72+46+167=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 167 (65.62% from 255 or 58.60% from 285); Max value from RGB is 167 - color contains mainly: blue. Hex color #482EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482EA7 is #B7D158. Grayscale: #434343. Windows color (decimal): -12046681 or 10956360. OLE color: 10956360.

HSL color Cylindrical-coordinate representation of color #482EA7: hue angle of 252.89º degrees, saturation: 0.57, 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 #482EA7 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7246167-
CMYK0.570.7200.35
HSL252.89º56.81%41.76%-
HSV(B)252.89º72.46%65.49%-
XYZ10.626.1237.18-
YUV67.57184.11131.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 46 (18.36% from 255) = 16.14%
BLUE value IS 167 (65.62% from 255) = 58.60%
R=25.26%
G=16.14%
B=58.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72461670.570.7200.35252.8956.8141.76
Hex482EA73948023fd392a
Octal11056247711100433757152
Binary1001000101110101001111110011001000010001111111101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482ea7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,46,167); }

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

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

 a { background-color: rgb(72,46,167); }

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

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

 span { border-color: rgb(72,46,167); }

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