#749CBD

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

Shades of Shakespeare #749CBD

Tints of Shakespeare #749CBD

Color information

#749CBD (or 0x749CBD) is unknown color: approx Shakespeare. HEX triplet: 74, 9C and BD. RGB value is (116,156,189). Sum of RGB (Red+Green+Blue) = 116+156+189=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #749CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CBD is #8B6342. Grayscale: #939393. Windows color (decimal): -9134915 or 12426356. OLE color: 12426356.

HSL color Cylindrical-coordinate representation of color #749CBD: hue angle of 207.12º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #749CBD is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116156189-
CMYK0.390.1700.26
HSL207.12º35.61%59.8%-
HSV(B)207.12º38.62%74.12%-
XYZ28.2831.1652.67-
YUV147.8151.25105.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.16%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=25.16%
G=33.84%
B=41.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161561890.390.1700.26207.1235.6159.8
Hex749CBD271101Acf243c
Octal16423427547210323174474
Binary111010010011100101111011001111000101101011001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749CBD; }

 p { color: rgb(116,156,189); }

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

<style>
 a { background-color: #749CBD; }

 a { background-color: rgb(116,156,189); }

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

<style>
 span { border-color: #749CBD; }

 span { border-color: rgb(116,156,189); }

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