Html Css Color HEX #4936AF Blue Gem

📋 copy color: '#4936AF'

red 73 ◦ green 54 ◦ blue 175

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

Shades of Blue Gem #4936AF

Tints of Blue Gem #4936AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

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

R = 24.17%
G = 17.88%
B = 57.95%

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

#4936AF (or 0x4936AF) is known color: Blue Gem. HEX triplet: 49, 36 and AF. RGB value is (73,54,175). Sum of RGB (Red+Green+Blue) = 73+54+175=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #4936AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4936AF is #B6C950. Grayscale: #494949. Windows color (decimal): -11979089 or 11482697. OLE color: 11482697.

HSL color Cylindrical-coordinate representation of color #4936AF: hue angle of 249.42º degrees, saturation: 0.53, 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 #4936AF is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 54 175 -
CMYK 0.58 0.69 0 0.31
HSL 249.42º 0.53% 0.45% -
HSV(B) 249.42º 0.69% 0.69% -
XYZ 11.8 7.15 41.32 -
YUV 73.48 185.29 127.66 -
System Red Green Blue C M Y K H S L
Decimal 73 54 175 0.58 0.69 0 0.31 249.42 0.53 0.45
Hex 49 36 AF 3A 45 0 1F F9 35 2D
Octal 111 66 257 72 105 0 37 371 65 55
Binary 1001001 110110 10101111 111010 1000101 0 11111 11111001 110101 101101

Color Harmonies of #4936AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4936AF

Black with #4936AF

Text Example


Text Example

White with #4936AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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