Html Css Color HEX #749CC0 Shakespeare

📋 copy color: '#749CC0'

red 116 ◦ green 156 ◦ blue 192

#749CC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #749CC0

Tints of Shakespeare #749CC0

RGB

 RED value IS 116 (45.7% from 255) = 25%

 GREEN value IS 156 (61.33% from 255) = 33.62%

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 25%
G = 33.62%
B = 41.38%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#749CC0 (or 0x749CC0) is known color: Shakespeare. HEX triplet: 74, 9C and C0. RGB value is (116,156,192). Sum of RGB (Red+Green+Blue) = 116+156+192=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #749CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CC0 is #8B633F. Grayscale: #939393. Windows color (decimal): -9134912 or 12622964. OLE color: 12622964.

HSL color Cylindrical-coordinate representation of color #749CC0: hue angle of 208.42º 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 #749CC0 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 156 192 -
CMYK 0.40 0.19 0 0.25
HSL 208.42º 0.38% 0.6% -
HSV(B) 208.42º 0.4% 0.75% -
XYZ 28.61 31.3 54.4 -
YUV 148.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 116 156 192 0.40 0.19 0 0.25 208.42 0.38 0.6
Hex 74 9C C0 28 13 0 19 D0 26 3C
Octal 164 234 300 50 23 0 31 320 46 74
Binary 1110100 10011100 11000000 101000 10011 0 11001 11010000 100110 111100

Color Harmonies of #749CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CC0

Black with #749CC0

Text Example


Text Example

White with #749CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #749CC0;
 }
 .AnyTagClassName
 {
   color: #749CC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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