#749DBA

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

Shades of Shakespeare #749DBA

Tints of Shakespeare #749DBA

Color information

#749DBA (or 0x749DBA) is unknown color: approx Shakespeare. HEX triplet: 74, 9D and BA. RGB value is (116,157,186). Sum of RGB (Red+Green+Blue) = 116+157+186=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #749DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DBA is #8B6245. Grayscale: #939393. Windows color (decimal): -9134662 or 12230004. OLE color: 12230004.

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

Color convert

RGB116157186-
CMYK0.380.1600.27
HSL204.86º33.65%59.22%-
HSV(B)204.86º37.63%72.94%-
XYZ28.1231.3751.03-
YUV148.05149.42105.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.27%
GREEN value IS 157 (61.72% from 255) = 34.20%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=25.27%
G=34.20%
B=40.52%

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
Decimal1161571860.380.1600.27204.8633.6559.22
Hex749DBA261001Bcd223b
Octal16423527246200333154273
Binary111010010011101101110101001101000001101111001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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