Html Css Color HEX #493BAB Blue Gem

📋 copy color: '#493BAB'

red 73 ◦ green 59 ◦ blue 171

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

Shades of Blue Gem #493BAB

Tints of Blue Gem #493BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.47%

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

R = 24.09%
G = 19.47%
B = 56.44%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#493BAB (or 0x493BAB) is known color: Blue Gem. HEX triplet: 49, 3B and AB. RGB value is (73,59,171). Sum of RGB (Red+Green+Blue) = 73+59+171=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #493BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493BAB is #B6C454. Grayscale: #4B4B4B. Windows color (decimal): -11977813 or 11221833. OLE color: 11221833.

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

Color convert

RGB 73 59 171 -
CMYK 0.57 0.65 0 0.33
HSL 247.5º 0.49% 0.45% -
HSV(B) 247.5º 0.65% 0.67% -
XYZ 11.66 7.48 39.36 -
YUV 75.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 73 59 171 0.57 0.65 0 0.33 247.5 0.49 0.45
Hex 49 3B AB 39 41 0 21 F8 31 2D
Octal 111 73 253 71 101 0 41 370 61 55
Binary 1001001 111011 10101011 111001 1000001 0 100001 11111000 110001 101101

Color Harmonies of #493BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BAB

Black with #493BAB

Text Example


Text Example

White with #493BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493BAB; }

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

 H1.HeaderClassName
 {
   color: #493BAB;
 }
 .AnyTagClassName
 {
   color: #493BAB;
 }
</style>

background-color css

<style>
 a { background-color: #493BAB; }

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

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

border-color css

<style>
 span { border-color: #493BAB; }

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

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