#749CB9

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

Shades of Shakespeare #749CB9

Tints of Shakespeare #749CB9

Color information

#749CB9 (or 0x749CB9) is unknown color: approx Shakespeare. HEX triplet: 74, 9C and B9. RGB value is (116,156,185). Sum of RGB (Red+Green+Blue) = 116+156+185=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #749CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CB9 is #8B6346. Grayscale: #939393. Windows color (decimal): -9134919 or 12164212. OLE color: 12164212.

HSL color Cylindrical-coordinate representation of color #749CB9: hue angle of 205.22º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #749CB9 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116156185-
CMYK0.370.1600.27
HSL205.22º33.01%59.02%-
HSV(B)205.22º37.3%72.55%-
XYZ27.8530.9950.41-
YUV147.35149.25105.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.38%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 185 (72.66% from 255) = 40.48%
R=25.38%
G=34.14%
B=40.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161561850.370.1600.27205.2233.0159.02
Hex749CB9251001Bcd213b
Octal16423427145200333154173
Binary111010010011100101110011001011000001101111001101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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