#4922a4

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

Shades of Blue Gem #4922A4

Tints of Blue Gem #4922A4

Color information

#4922A4 (or 0x4922A4) is unknown color: approx Blue Gem. HEX triplet: 49, 22 and A4. RGB value is (73,34,164). Sum of RGB (Red+Green+Blue) = 73+34+164=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 164 (64.45% from 255 or 60.52% from 271); Max value from RGB is 164 - color contains mainly: blue. Hex color #4922A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4922A4 is #B6DD5B. Grayscale: #3B3B3B. Windows color (decimal): -11984220 or 10756681. OLE color: 10756681.

HSL color Cylindrical-coordinate representation of color #4922A4: hue angle of 258º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4922A4 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7334164-
CMYK0.550.7900.36
HSL258º65.66%38.82%-
HSV(B)258º79.27%64.31%-
XYZ10.025.2435.61-
YUV60.48186.42136.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 164 (64.45% from 255) = 60.52%
R=26.94%
G=12.55%
B=60.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73341640.550.7900.3625865.6638.82
Hex4922A4374F0241024227
Octal111422446711704440210247
Binary100100110001010100100110111100111101001001000000101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4922a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4922a4; }

 p { color: rgb(73,34,164); }

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

<style>
 a { background-color: #4922a4; }

 a { background-color: rgb(73,34,164); }

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

<style>
 span { border-color: #4922a4; }

 span { border-color: rgb(73,34,164); }

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