Html Css Color HEX #749CC1 Shakespeare

📋 copy color: '#749CC1'

red 116 ◦ green 156 ◦ blue 193

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

Shades of Shakespeare #749CC1

Tints of Shakespeare #749CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.51%

R = 24.95%
G = 33.55%
B = 41.51%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#749CC1 (or 0x749CC1) is known color: Shakespeare. HEX triplet: 74, 9C and C1. RGB value is (116,156,193). Sum of RGB (Red+Green+Blue) = 116+156+193=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #749CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CC1 is #8B633E. Grayscale: #949494. Windows color (decimal): -9134911 or 12688500. OLE color: 12688500.

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

Color convert

RGB 116 156 193 -
CMYK 0.40 0.19 0 0.24
HSL 208.83º 0.38% 0.61% -
HSV(B) 208.83º 0.4% 0.76% -
XYZ 28.72 31.34 54.99 -
YUV 148.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 116 156 193 0.40 0.19 0 0.24 208.83 0.38 0.61
Hex 74 9C C1 28 13 0 18 D1 26 3D
Octal 164 234 301 50 23 0 30 321 46 75
Binary 1110100 10011100 11000001 101000 10011 0 11000 11010001 100110 111101

Color Harmonies of #749CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CC1

Black with #749CC1

Text Example


Text Example

White with #749CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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