#749BC3

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

Shades of Shakespeare #749BC3

Tints of Shakespeare #749BC3

Color information

#749BC3 (or 0x749BC3) is unknown color: approx Shakespeare. HEX triplet: 74, 9B and C3. RGB value is (116,155,195). Sum of RGB (Red+Green+Blue) = 116+155+195=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #749BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BC3 is #8B643C. Grayscale: #939393. Windows color (decimal): -9135165 or 12819316. OLE color: 12819316.

HSL color Cylindrical-coordinate representation of color #749BC3: hue angle of 210.38º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #749BC3 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB116155195-
CMYK0.410.2100.24
HSL210.38º39.7%60.98%-
HSV(B)210.38º40.51%76.47%-
XYZ28.7731.156.12-
YUV147.9154.58105.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.89%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 195 (76.56% from 255) = 41.85%
R=24.89%
G=33.26%
B=41.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161551950.410.2100.24210.3839.760.98
Hex749BC32915018d2283d
Octal16423330351250303225075
Binary111010010011011110000111010011010101100011010010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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