Html Css Color HEX #4934AB Blue Gem

📋 copy color: '#4934AB'

red 73 ◦ green 52 ◦ blue 171

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

Shades of Blue Gem #4934AB

Tints of Blue Gem #4934AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 24.66%
G = 17.57%
B = 57.77%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4934AB (or 0x4934AB) is known color: Blue Gem. HEX triplet: 49, 34 and AB. RGB value is (73,52,171). Sum of RGB (Red+Green+Blue) = 73+52+171=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #4934AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4934AB is #B6CB54. Grayscale: #474747. Windows color (decimal): -11979605 or 11220041. OLE color: 11220041.

HSL color Cylindrical-coordinate representation of color #4934AB: hue angle of 250.59º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4934AB is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 52 171 -
CMYK 0.57 0.70 0 0.33
HSL 250.59º 0.53% 0.44% -
HSV(B) 250.59º 0.7% 0.67% -
XYZ 11.33 6.81 39.25 -
YUV 71.85 183.96 128.82 -
System Red Green Blue C M Y K H S L
Decimal 73 52 171 0.57 0.70 0 0.33 250.59 0.53 0.44
Hex 49 34 AB 39 46 0 21 FB 35 2C
Octal 111 64 253 71 106 0 41 373 65 54
Binary 1001001 110100 10101011 111001 1000110 0 100001 11111011 110101 101100

Color Harmonies of #4934AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4934AB

Black with #4934AB

Text Example


Text Example

White with #4934AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4934AB; }

 p { color: rgb(73,52,171); }

 H1.HeaderClassName
 {
   color: #4934AB;
 }
 .AnyTagClassName
 {
   color: #4934AB;
 }
</style>

background-color css

<style>
 a { background-color: #4934AB; }

 a { background-color: rgb(73,52,171); }

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

border-color css

<style>
 span { border-color: #4934AB; }

 span { border-color: rgb(73,52,171); }

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