Html Css Color HEX #4930A3 Blue Gem

📋 copy color: '#4930A3'

red 73 ◦ green 48 ◦ blue 163

#4930A3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4930A3

Tints of Blue Gem #4930A3

RGB

 RED value IS 73 (28.91% from 255) = 25.7%

 GREEN value IS 48 (19.14% from 255) = 16.9%

 BLUE value IS 163 (64.06% from 255) = 57.39%

R = 25.7%
G = 16.9%
B = 57.39%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4930A3 (or 0x4930A3) is known color: Blue Gem. HEX triplet: 49, 30 and A3. RGB value is (73,48,163). Sum of RGB (Red+Green+Blue) = 73+48+163=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 163 (64.06% from 255 or 57.39% from 284); Max value from RGB is 163 - color contains mainly: blue. Hex color #4930A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4930A3 is #B6CF5C. Grayscale: #444444. Windows color (decimal): -11980637 or 10694729. OLE color: 10694729.

HSL color Cylindrical-coordinate representation of color #4930A3: hue angle of 253.04º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4930A3 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 48 163 -
CMYK 0.55 0.71 0 0.36
HSL 253.04º 0.55% 0.41% -
HSV(B) 253.04º 0.71% 0.64% -
XYZ 10.42 6.17 35.29 -
YUV 68.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 73 48 163 0.55 0.71 0 0.36 253.04 0.55 0.41
Hex 49 30 A3 37 47 0 24 FD 37 29
Octal 111 60 243 67 107 0 44 375 67 51
Binary 1001001 110000 10100011 110111 1000111 0 100100 11111101 110111 101001

Color Harmonies of #4930A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4930A3

Black with #4930A3

Text Example


Text Example

White with #4930A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4930A3; }

 p { color: rgb(73,48,163); }

 H1.HeaderClassName
 {
   color: #4930A3;
 }
 .AnyTagClassName
 {
   color: #4930A3;
 }
</style>

background-color css

<style>
 a { background-color: #4930A3; }

 a { background-color: rgb(73,48,163); }

 div.DivClassName
 {
   background-color: #4930A3;
 }
 .BgClassName
 {
   background-color: #4930A3;
 }
</style>

border-color css

<style>
 span { border-color: #4930A3; }

 span { border-color: rgb(73,48,163); }

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