Html Css Color HEX #4937AF Blue Gem

📋 copy color: '#4937AF'

red 73 ◦ green 55 ◦ blue 175

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

Shades of Blue Gem #4937AF

Tints of Blue Gem #4937AF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

 BLUE value IS 175 (68.75% from 255) = 57.76%

R = 24.09%
G = 18.15%
B = 57.76%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4937AF (or 0x4937AF) is known color: Blue Gem. HEX triplet: 49, 37 and AF. RGB value is (73,55,175). Sum of RGB (Red+Green+Blue) = 73+55+175=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #4937AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4937AF is #B6C850. Grayscale: #494949. Windows color (decimal): -11978833 or 11482953. OLE color: 11482953.

HSL color Cylindrical-coordinate representation of color #4937AF: hue angle of 249º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4937AF is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 55 175 -
CMYK 0.58 0.69 0 0.31
HSL 249º 0.52% 0.45% -
HSV(B) 249º 0.69% 0.69% -
XYZ 11.85 7.24 41.33 -
YUV 74.06 184.96 127.24 -
System Red Green Blue C M Y K H S L
Decimal 73 55 175 0.58 0.69 0 0.31 249 0.52 0.45
Hex 49 37 AF 3A 45 0 1F F9 34 2D
Octal 111 67 257 72 105 0 37 371 64 55
Binary 1001001 110111 10101111 111010 1000101 0 11111 11111001 110100 101101

Color Harmonies of #4937AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4937AF

Black with #4937AF

Text Example


Text Example

White with #4937AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4937AF; }

 p { color: rgb(73,55,175); }

 H1.HeaderClassName
 {
   color: #4937AF;
 }
 .AnyTagClassName
 {
   color: #4937AF;
 }
</style>

background-color css

<style>
 a { background-color: #4937AF; }

 a { background-color: rgb(73,55,175); }

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

border-color css

<style>
 span { border-color: #4937AF; }

 span { border-color: rgb(73,55,175); }

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