#749BBC

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

Shades of Shakespeare #749BBC

Tints of Shakespeare #749BBC

Color information

#749BBC (or 0x749BBC) is unknown color: approx Shakespeare. HEX triplet: 74, 9B and BC. RGB value is (116,155,188). Sum of RGB (Red+Green+Blue) = 116+155+188=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #749BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BBC is #8B6443. Grayscale: #929292. Windows color (decimal): -9135172 or 12360564. OLE color: 12360564.

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

Color convert

RGB116155188-
CMYK0.380.1800.26
HSL207.5º34.95%59.61%-
HSV(B)207.5º38.3%73.73%-
XYZ2830.7952.04-
YUV147.1151.08105.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.27%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=25.27%
G=33.77%
B=40.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161551880.380.1800.26207.534.9559.61
Hex749BBC261201Ad0233c
Octal16423327446220323204374
Binary111010010011011101111001001101001001101011010000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,155,188); }

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

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

 a { background-color: rgb(116,155,188); }

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

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

 span { border-color: rgb(116,155,188); }

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