Html Css Color HEX #749BC2 Shakespeare

📋 copy color: '#749BC2'

red 116 ◦ green 155 ◦ blue 194

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

Shades of Shakespeare #749BC2

Tints of Shakespeare #749BC2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.33%

 BLUE value IS 194 (76.17% from 255) = 41.72%

R = 24.95%
G = 33.33%
B = 41.72%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#749BC2 (or 0x749BC2) is known color: Shakespeare. HEX triplet: 74, 9B and C2. RGB value is (116,155,194). Sum of RGB (Red+Green+Blue) = 116+155+194=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #749BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BC2 is #8B643D. Grayscale: #939393. Windows color (decimal): -9135166 or 12753780. OLE color: 12753780.

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

Color convert

RGB 116 155 194 -
CMYK 0.40 0.20 0 0.24
HSL 210º 0.39% 0.61% -
HSV(B) 210º 0.4% 0.76% -
XYZ 28.66 31.05 55.52 -
YUV 147.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 116 155 194 0.40 0.20 0 0.24 210 0.39 0.61
Hex 74 9B C2 28 14 0 18 D2 27 3D
Octal 164 233 302 50 24 0 30 322 47 75
Binary 1110100 10011011 11000010 101000 10100 0 11000 11010010 100111 111101

Color Harmonies of #749BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BC2

Black with #749BC2

Text Example


Text Example

White with #749BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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