#749AB9

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

Shades of Shakespeare #749AB9

Tints of Shakespeare #749AB9

Color information

#749AB9 (or 0x749AB9) is unknown color: approx Shakespeare. HEX triplet: 74, 9A and B9. RGB value is (116,154,185). Sum of RGB (Red+Green+Blue) = 116+154+185=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #749AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749AB9 is #8B6546. Grayscale: #929292. Windows color (decimal): -9135431 or 12163700. OLE color: 12163700.

HSL color Cylindrical-coordinate representation of color #749AB9: hue angle of 206.96º 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 #749AB9 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116154185-
CMYK0.370.1700.27
HSL206.96º33.01%59.02%-
HSV(B)206.96º37.3%72.55%-
XYZ27.5230.3350.3-
YUV146.17149.91106.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 185 (72.66% from 255) = 40.66%
R=25.49%
G=33.85%
B=40.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161541850.370.1700.27206.9633.0159.02
Hex749AB9251101Bcf213b
Octal16423227145210333174173
Binary111010010011010101110011001011000101101111001111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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