#4828A6

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

Shades of Blue Gem #4828A6

Tints of Blue Gem #4828A6

Color information

#4828A6 (or 0x4828A6) is unknown color: approx Blue Gem. HEX triplet: 48, 28 and A6. RGB value is (72,40,166). Sum of RGB (Red+Green+Blue) = 72+40+166=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 166 (65.23% from 255 or 59.71% from 278); Max value from RGB is 166 - color contains mainly: blue. Hex color #4828A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4828A6 is #B7D759. Grayscale: #3F3F3F. Windows color (decimal): -12048218 or 10889288. OLE color: 10889288.

HSL color Cylindrical-coordinate representation of color #4828A6: hue angle of 255.24º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4828A6 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7240166-
CMYK0.570.7600.35
HSL255.24º61.17%40.39%-
HSV(B)255.24º75.9%65.1%-
XYZ10.315.6536.62-
YUV63.93185.6133.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 166 (65.23% from 255) = 59.71%
R=25.90%
G=14.39%
B=59.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72401660.570.7600.35255.2461.1740.39
Hex4828A6394C023ff3d28
Octal11050246711140433777550
Binary1001000101000101001101110011001100010001111111111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4828A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4828A6; }

 p { color: rgb(72,40,166); }

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

<style>
 a { background-color: #4828A6; }

 a { background-color: rgb(72,40,166); }

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

<style>
 span { border-color: #4828A6; }

 span { border-color: rgb(72,40,166); }

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