#499BC1

Color #499BC1 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #499BC1

Tints of Shakespeare #499BC1

Color information

#499BC1 (or 0x499BC1) is unknown color: approx Shakespeare. HEX triplet: 49, 9B and C1. RGB value is (73,155,193). Sum of RGB (Red+Green+Blue) = 73+155+193=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #499BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499BC1 is #B6643E. Grayscale: #868686. Windows color (decimal): -11953215 or 12688201. OLE color: 12688201.

HSL color Cylindrical-coordinate representation of color #499BC1: hue angle of 199º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #499BC1 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB73155193-
CMYK0.620.2000.24
HSL199º49.18%52.16%-
HSV(B)199º62.18%75.69%-
XYZ24.0928.7154.72-
YUV134.81160.8383.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.34%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 193 (75.78% from 255) = 45.84%
R=17.34%
G=36.82%
B=45.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731551930.620.2000.2419949.1852.16
Hex499BC13E14018c73134
Octal11123330176240303076164
Binary100100110011011110000011111101010001100011000111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499BC1; }

 p { color: rgb(73,155,193); }

 H1.HeaderClassName
 {
   color: #499BC1;
 }
 .AnyTagClassName
 {
   color: #499BC1;
 }
</style>
background-color css

<style>
 a { background-color: #499BC1; }

 a { background-color: rgb(73,155,193); }

 div.DivClassName
 {
   background-color: #499BC1;
 }
 .BgClassName
 {
   background-color: #499BC1;
 }
</style>
border-color css

<style>
 span { border-color: #499BC1; }

 span { border-color: rgb(73,155,193); }

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