Html Css Color HEX #4939AB Blue Gem

📋 copy color: '#4939AB'

red 73 ◦ green 57 ◦ blue 171

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

Shades of Blue Gem #4939AB

Tints of Blue Gem #4939AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.94%

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

R = 24.25%
G = 18.94%
B = 56.81%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4939AB (or 0x4939AB) is known color: Blue Gem. HEX triplet: 49, 39 and AB. RGB value is (73,57,171). Sum of RGB (Red+Green+Blue) = 73+57+171=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #4939AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4939AB is #B6C654. Grayscale: #4A4A4A. Windows color (decimal): -11978325 or 11221321. OLE color: 11221321.

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

Color convert

RGB 73 57 171 -
CMYK 0.57 0.67 0 0.33
HSL 248.42º 0.5% 0.45% -
HSV(B) 248.42º 0.67% 0.67% -
XYZ 11.56 7.28 39.32 -
YUV 74.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 73 57 171 0.57 0.67 0 0.33 248.42 0.5 0.45
Hex 49 39 AB 39 43 0 21 F8 32 2D
Octal 111 71 253 71 103 0 41 370 62 55
Binary 1001001 111001 10101011 111001 1000011 0 100001 11111000 110010 101101

Color Harmonies of #4939AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4939AB

Black with #4939AB

Text Example


Text Example

White with #4939AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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