Html Css Color HEX #493DAB Blue Gem

📋 copy color: '#493DAB'

red 73 ◦ green 61 ◦ blue 171

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

Shades of Blue Gem #493DAB

Tints of Blue Gem #493DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20%

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

R = 23.93%
G = 20%
B = 56.07%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#493DAB (or 0x493DAB) is known color: Blue Gem. HEX triplet: 49, 3D and AB. RGB value is (73,61,171). Sum of RGB (Red+Green+Blue) = 73+61+171=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #493DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493DAB is #B6C254. Grayscale: #4C4C4C. Windows color (decimal): -11977301 or 11222345. OLE color: 11222345.

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

Color convert

RGB 73 61 171 -
CMYK 0.57 0.64 0 0.33
HSL 246.55º 0.47% 0.45% -
HSV(B) 246.55º 0.64% 0.67% -
XYZ 11.77 7.69 39.39 -
YUV 77.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 73 61 171 0.57 0.64 0 0.33 246.55 0.47 0.45
Hex 49 3D AB 39 40 0 21 F7 2F 2D
Octal 111 75 253 71 100 0 41 367 57 55
Binary 1001001 111101 10101011 111001 1000000 0 100001 11110111 101111 101101

Color Harmonies of #493DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493DAB

Black with #493DAB

Text Example


Text Example

White with #493DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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