#749DBB

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

Shades of Shakespeare #749DBB

Tints of Shakespeare #749DBB

Color information

#749DBB (or 0x749DBB) is unknown color: approx Shakespeare. HEX triplet: 74, 9D and BB. RGB value is (116,157,187). Sum of RGB (Red+Green+Blue) = 116+157+187=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #749DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DBB is #8B6244. Grayscale: #949494. Windows color (decimal): -9134661 or 12295540. OLE color: 12295540.

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

Color convert

RGB116157187-
CMYK0.380.1600.27
HSL205.35º34.3%59.41%-
HSV(B)205.35º37.97%73.33%-
XYZ28.2331.4151.59-
YUV148.16149.92105.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.22%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=25.22%
G=34.13%
B=40.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161571870.380.1600.27205.3534.359.41
Hex749DBB261001Bcd223b
Octal16423527346200333154273
Binary111010010011101101110111001101000001101111001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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