#4821A7

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

Shades of Blue Gem #4821A7

Tints of Blue Gem #4821A7

Color information

#4821A7 (or 0x4821A7) is unknown color: approx Blue Gem. HEX triplet: 48, 21 and A7. RGB value is (72,33,167). Sum of RGB (Red+Green+Blue) = 72+33+167=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 167 (65.62% from 255 or 61.40% from 272); Max value from RGB is 167 - color contains mainly: blue. Hex color #4821A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4821A7 is #B7DE58. Grayscale: #3B3B3B. Windows color (decimal): -12050009 or 10953032. OLE color: 10953032.

HSL color Cylindrical-coordinate representation of color #4821A7: hue angle of 257.46º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4821A7 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7233167-
CMYK0.570.8000.35
HSL257.46º67%39.22%-
HSV(B)257.46º80.24%65.49%-
XYZ10.195.2637.04-
YUV59.94188.42136.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 167 (65.62% from 255) = 61.40%
R=26.47%
G=12.13%
B=61.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72331670.570.8000.35257.466739.22
Hex4821A739500231014327
Octal110412477112004340110347
Binary100100010000110100111111001101000001000111000000011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4821A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4821A7; }

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

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

<style>
 a { background-color: #4821A7; }

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

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

<style>
 span { border-color: #4821A7; }

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

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