#4828a7

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

Shades of Blue Gem #4828A7

Tints of Blue Gem #4828A7

Color information

#4828A7 (or 0x4828A7) is unknown color: approx Blue Gem. HEX triplet: 48, 28 and A7. RGB value is (72,40,167). Sum of RGB (Red+Green+Blue) = 72+40+167=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #4828A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4828A7 is #B7D758. Grayscale: #3F3F3F. Windows color (decimal): -12048217 or 10954824. OLE color: 10954824.

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

Color convert

RGB7240167-
CMYK0.570.7600.35
HSL255.12º61.35%40.59%-
HSV(B)255.12º76.05%65.49%-
XYZ10.415.6937.11-
YUV64.05186.1133.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 167 (65.62% from 255) = 59.86%
R=25.81%
G=14.34%
B=59.86%

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
Decimal72401670.570.7600.35255.1261.3540.59
Hex4828A7394C023ff3d29
Octal11050247711140433777551
Binary1001000101000101001111110011001100010001111111111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4828a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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