#749AC1

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

Shades of Shakespeare #749AC1

Tints of Shakespeare #749AC1

Color information

#749AC1 (or 0x749AC1) is unknown color: approx Shakespeare. HEX triplet: 74, 9A and C1. RGB value is (116,154,193). Sum of RGB (Red+Green+Blue) = 116+154+193=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #749AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749AC1 is #8B653E. Grayscale: #929292. Windows color (decimal): -9135423 or 12687988. OLE color: 12687988.

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

Color convert

RGB116154193-
CMYK0.400.2000.24
HSL210.39º38.31%60.59%-
HSV(B)210.39º39.9%75.69%-
XYZ28.3830.6754.88-
YUV147.08153.91105.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.05%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=25.05%
G=33.26%
B=41.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161541930.400.2000.24210.3938.3160.59
Hex749AC12814018d2263d
Octal16423230150240303224675
Binary111010010011010110000011010001010001100011010010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,154,193); }

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

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

 a { background-color: rgb(116,154,193); }

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

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

 span { border-color: rgb(116,154,193); }

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