#749BBA

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

Shades of Shakespeare #749BBA

Tints of Shakespeare #749BBA

Color information

#749BBA (or 0x749BBA) is unknown color: approx Shakespeare. HEX triplet: 74, 9B and BA. RGB value is (116,155,186). Sum of RGB (Red+Green+Blue) = 116+155+186=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #749BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BBA is #8B6445. Grayscale: #929292. Windows color (decimal): -9135174 or 12229492. OLE color: 12229492.

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

Color convert

RGB116155186-
CMYK0.380.1700.27
HSL206.57º33.65%59.22%-
HSV(B)206.57º37.63%72.94%-
XYZ27.7930.750.92-
YUV146.87150.08105.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.38%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=25.38%
G=33.92%
B=40.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161551860.380.1700.27206.5733.6559.22
Hex749BBA261101Bcf223b
Octal16423327246210333174273
Binary111010010011011101110101001101000101101111001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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