Html Css Color HEX #493AB2 Blue Gem

📋 copy color: '#493AB2'

red 73 ◦ green 58 ◦ blue 178

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

Shades of Blue Gem #493AB2

Tints of Blue Gem #493AB2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.77%

 BLUE value IS 178 (69.92% from 255) = 57.61%

R = 23.62%
G = 18.77%
B = 57.61%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#493AB2 (or 0x493AB2) is known color: Blue Gem. HEX triplet: 49, 3A and B2. RGB value is (73,58,178). Sum of RGB (Red+Green+Blue) = 73+58+178=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #493AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493AB2 is #B6C54D. Grayscale: #4B4B4B. Windows color (decimal): -11978062 or 11680329. OLE color: 11680329.

HSL color Cylindrical-coordinate representation of color #493AB2: hue angle of 247.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493AB2 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 58 178 -
CMYK 0.59 0.67 0 0.30
HSL 247.5º 0.51% 0.46% -
HSV(B) 247.5º 0.67% 0.7% -
XYZ 12.3 7.66 42.95 -
YUV 76.17 185.47 125.74 -
System Red Green Blue C M Y K H S L
Decimal 73 58 178 0.59 0.67 0 0.30 247.5 0.51 0.46
Hex 49 3A B2 3B 43 0 1E F8 33 2E
Octal 111 72 262 73 103 0 36 370 63 56
Binary 1001001 111010 10110010 111011 1000011 0 11110 11111000 110011 101110

Color Harmonies of #493AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493AB2

Black with #493AB2

Text Example


Text Example

White with #493AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,58,178); }

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

background-color css

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

 a { background-color: rgb(73,58,178); }

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

border-color css

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

 span { border-color: rgb(73,58,178); }

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