#749ABB

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

Shades of Shakespeare #749ABB

Tints of Shakespeare #749ABB

Color information

#749ABB (or 0x749ABB) is unknown color: approx Shakespeare. HEX triplet: 74, 9A and BB. RGB value is (116,154,187). Sum of RGB (Red+Green+Blue) = 116+154+187=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #749ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ABB is #8B6544. Grayscale: #929292. Windows color (decimal): -9135429 or 12294772. OLE color: 12294772.

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

Color convert

RGB116154187-
CMYK0.380.1800.27
HSL207.89º34.3%59.41%-
HSV(B)207.89º37.97%73.33%-
XYZ27.7330.4151.42-
YUV146.4150.91106.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.38%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=25.38%
G=33.70%
B=40.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161541870.380.1800.27207.8934.359.41
Hex749ABB261201Bd0223b
Octal16423227346220333204273
Binary111010010011010101110111001101001001101111010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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