#749BBE

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

Shades of Shakespeare #749BBE

Tints of Shakespeare #749BBE

Color information

#749BBE (or 0x749BBE) is unknown color: approx Shakespeare. HEX triplet: 74, 9B and BE. RGB value is (116,155,190). Sum of RGB (Red+Green+Blue) = 116+155+190=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #749BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BBE is #8B6441. Grayscale: #939393. Windows color (decimal): -9135170 or 12491636. OLE color: 12491636.

HSL color Cylindrical-coordinate representation of color #749BBE: hue angle of 208.38º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #749BBE is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116155190-
CMYK0.390.1800.25
HSL208.38º36.27%60%-
HSV(B)208.38º38.95%74.51%-
XYZ28.2230.8753.19-
YUV147.33152.08105.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.16%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=25.16%
G=33.62%
B=41.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161551900.390.1800.25208.3836.2760
Hex749BBE2712019d0243c
Octal16423327647220313204474
Binary111010010011011101111101001111001001100111010000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,155,190); }

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

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

 a { background-color: rgb(116,155,190); }

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

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

 span { border-color: rgb(116,155,190); }

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