Html Css Color HEX #4936AA Blue Gem

📋 copy color: '#4936AA'

red 73 ◦ green 54 ◦ blue 170

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

Shades of Blue Gem #4936AA

Tints of Blue Gem #4936AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.24%

R = 24.58%
G = 18.18%
B = 57.24%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4936AA (or 0x4936AA) is known color: Blue Gem. HEX triplet: 49, 36 and AA. RGB value is (73,54,170). Sum of RGB (Red+Green+Blue) = 73+54+170=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #4936AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4936AA is #B6C955. Grayscale: #484848. Windows color (decimal): -11979094 or 11155017. OLE color: 11155017.

HSL color Cylindrical-coordinate representation of color #4936AA: hue angle of 249.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4936AA is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 54 170 -
CMYK 0.57 0.68 0 0.33
HSL 249.83º 0.52% 0.44% -
HSV(B) 249.83º 0.68% 0.67% -
XYZ 11.32 6.96 38.78 -
YUV 72.91 182.79 128.07 -
System Red Green Blue C M Y K H S L
Decimal 73 54 170 0.57 0.68 0 0.33 249.83 0.52 0.44
Hex 49 36 AA 39 44 0 21 FA 34 2C
Octal 111 66 252 71 104 0 41 372 64 54
Binary 1001001 110110 10101010 111001 1000100 0 100001 11111010 110100 101100

Color Harmonies of #4936AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4936AA

Black with #4936AA

Text Example


Text Example

White with #4936AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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