#749CC2

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

Shades of Shakespeare #749CC2

Tints of Shakespeare #749CC2

Color information

#749CC2 (or 0x749CC2) is unknown color: approx Shakespeare. HEX triplet: 74, 9C and C2. RGB value is (116,156,194). Sum of RGB (Red+Green+Blue) = 116+156+194=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #749CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CC2 is #8B633D. Grayscale: #949494. Windows color (decimal): -9134910 or 12754036. OLE color: 12754036.

HSL color Cylindrical-coordinate representation of color #749CC2: hue angle of 209.23º degrees, saturation: 0.39, 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 #749CC2 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB116156194-
CMYK0.400.2000.24
HSL209.23º39%60.78%-
HSV(B)209.23º40.21%76.08%-
XYZ28.8331.3855.58-
YUV148.37153.75104.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.89%
GREEN value IS 156 (61.33% from 255) = 33.48%
BLUE value IS 194 (76.17% from 255) = 41.63%
R=24.89%
G=33.48%
B=41.63%

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
Decimal1161561940.400.2000.24209.233960.78
Hex749CC22814018d1273d
Octal16423430250240303214775
Binary111010010011100110000101010001010001100011010001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,156,194); }

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

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

 a { background-color: rgb(116,156,194); }

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

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

 span { border-color: rgb(116,156,194); }

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