#749EBB

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

Shades of Shakespeare #749EBB

Tints of Shakespeare #749EBB

Color information

#749EBB (or 0x749EBB) is unknown color: approx Shakespeare. HEX triplet: 74, 9E and BB. RGB value is (116,158,187). Sum of RGB (Red+Green+Blue) = 116+158+187=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #749EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EBB is #8B6144. Grayscale: #949494. Windows color (decimal): -9134405 or 12295796. OLE color: 12295796.

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

Color convert

RGB116158187-
CMYK0.380.1600.27
HSL204.51º34.3%59.41%-
HSV(B)204.51º37.97%73.33%-
XYZ28.431.7551.65-
YUV148.75149.59104.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.16%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=25.16%
G=34.27%
B=40.56%

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
Decimal1161581870.380.1600.27204.5134.359.41
Hex749EBB261001Bcd223b
Octal16423627346200333154273
Binary111010010011110101110111001101000001101111001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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