#749DC0

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

Shades of Shakespeare #749DC0

Tints of Shakespeare #749DC0

Color information

#749DC0 (or 0x749DC0) is unknown color: approx Shakespeare. HEX triplet: 74, 9D and C0. RGB value is (116,157,192). Sum of RGB (Red+Green+Blue) = 116+157+192=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #749DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DC0 is #8B623F. Grayscale: #949494. Windows color (decimal): -9134656 or 12623220. OLE color: 12623220.

HSL color Cylindrical-coordinate representation of color #749DC0: hue angle of 207.63º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #749DC0 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116157192-
CMYK0.400.1800.25
HSL207.63º37.62%60.39%-
HSV(B)207.63º39.58%75.29%-
XYZ28.7731.6354.46-
YUV148.73152.42104.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.95%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=24.95%
G=33.76%
B=41.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161571920.400.1800.25207.6337.6260.39
Hex749DC02812019d0263c
Octal16423530050220313204674
Binary111010010011101110000001010001001001100111010000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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