Html Css Color HEX #493AAA Blue Gem

📋 copy color: '#493AAA'

red 73 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #493AAA

Tints of Blue Gem #493AAA

RGB

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

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

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

R = 24.25%
G = 19.27%
B = 56.48%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#493AAA (or 0x493AAA) is known color: Blue Gem. HEX triplet: 49, 3A and AA. RGB value is (73,58,170). Sum of RGB (Red+Green+Blue) = 73+58+170=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #493AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493AAA is #B6C555. Grayscale: #4A4A4A. Windows color (decimal): -11978070 or 11156041. OLE color: 11156041.

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

Color convert

RGB 73 58 170 -
CMYK 0.57 0.66 0 0.33
HSL 248.04º 0.49% 0.45% -
HSV(B) 248.04º 0.66% 0.67% -
XYZ 11.52 7.34 38.84 -
YUV 75.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 73 58 170 0.57 0.66 0 0.33 248.04 0.49 0.45
Hex 49 3A AA 39 42 0 21 F8 31 2D
Octal 111 72 252 71 102 0 41 370 61 55
Binary 1001001 111010 10101010 111001 1000010 0 100001 11111000 110001 101101

Color Harmonies of #493AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493AAA

Black with #493AAA

Text Example


Text Example

White with #493AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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