#4921a5

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

Shades of Blue Gem #4921A5

Tints of Blue Gem #4921A5

Color information

#4921A5 (or 0x4921A5) is unknown color: approx Blue Gem. HEX triplet: 49, 21 and A5. RGB value is (73,33,165). Sum of RGB (Red+Green+Blue) = 73+33+165=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 165 (64.84% from 255 or 60.89% from 271); Max value from RGB is 165 - color contains mainly: blue. Hex color #4921A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4921A5 is #B6DE5A. Grayscale: #3B3B3B. Windows color (decimal): -11984475 or 10821961. OLE color: 10821961.

HSL color Cylindrical-coordinate representation of color #4921A5: hue angle of 258.18º 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 #4921A5 is Cyan = 0.56, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7333165-
CMYK0.560.800.35
HSL258.18º66.67%38.82%-
HSV(B)258.18º80%64.71%-
XYZ10.085.2236.07-
YUV60.01187.25137.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 165 (64.84% from 255) = 60.89%
R=26.94%
G=12.18%
B=60.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73331650.560.800.35258.1866.6738.82
Hex4921A538500231024327
Octal111412457012004340210347
Binary100100110000110100101111000101000001000111000000101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4921a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4921a5; }

 p { color: rgb(73,33,165); }

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

<style>
 a { background-color: #4921a5; }

 a { background-color: rgb(73,33,165); }

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

<style>
 span { border-color: #4921a5; }

 span { border-color: rgb(73,33,165); }

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