Html Css Color HEX #493CB0 Blue Gem

📋 copy color: '#493CB0'

red 73 ◦ green 60 ◦ blue 176

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

Shades of Blue Gem #493CB0

Tints of Blue Gem #493CB0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.42%

 BLUE value IS 176 (69.14% from 255) = 56.96%

R = 23.62%
G = 19.42%
B = 56.96%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#493CB0 (or 0x493CB0) is known color: Blue Gem. HEX triplet: 49, 3C and B0. RGB value is (73,60,176). Sum of RGB (Red+Green+Blue) = 73+60+176=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 176 (69.14% from 255 or 56.96% from 309); Max value from RGB is 176 - color contains mainly: blue. Hex color #493CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493CB0 is #B6C34F. Grayscale: #4C4C4C. Windows color (decimal): -11977552 or 11549769. OLE color: 11549769.

HSL color Cylindrical-coordinate representation of color #493CB0: hue angle of 246.72º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493CB0 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 60 176 -
CMYK 0.59 0.66 0 0.31
HSL 246.72º 0.49% 0.46% -
HSV(B) 246.72º 0.66% 0.69% -
XYZ 12.2 7.78 41.93 -
YUV 77.11 183.81 125.07 -
System Red Green Blue C M Y K H S L
Decimal 73 60 176 0.59 0.66 0 0.31 246.72 0.49 0.46
Hex 49 3C B0 3B 42 0 1F F7 31 2E
Octal 111 74 260 73 102 0 37 367 61 56
Binary 1001001 111100 10110000 111011 1000010 0 11111 11110111 110001 101110

Color Harmonies of #493CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CB0

Black with #493CB0

Text Example


Text Example

White with #493CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,60,176); }

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

background-color css

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

 a { background-color: rgb(73,60,176); }

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

border-color css

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

 span { border-color: rgb(73,60,176); }

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