Html Css Color HEX #749FBC Shakespeare

📋 copy color: '#749FBC'

red 116 ◦ green 159 ◦ blue 188

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

Shades of Shakespeare #749FBC

Tints of Shakespeare #749FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.34%

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 25.05%
G = 34.34%
B = 40.6%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#749FBC (or 0x749FBC) is known color: Shakespeare. HEX triplet: 74, 9F and BC. RGB value is (116,159,188). Sum of RGB (Red+Green+Blue) = 116+159+188=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #749FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FBC is #8B6043. Grayscale: #959595. Windows color (decimal): -9134148 or 12361588. OLE color: 12361588.

HSL color Cylindrical-coordinate representation of color #749FBC: hue angle of 204.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #749FBC is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 159 188 -
CMYK 0.38 0.15 0 0.26
HSL 204.17º 0.35% 0.6% -
HSV(B) 204.17º 0.38% 0.74% -
XYZ 28.68 32.14 52.27 -
YUV 149.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 116 159 188 0.38 0.15 0 0.26 204.17 0.35 0.6
Hex 74 9F BC 26 F 0 1A CC 23 3C
Octal 164 237 274 46 17 0 32 314 43 74
Binary 1110100 10011111 10111100 100110 1111 0 11010 11001100 100011 111100

Color Harmonies of #749FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749FBC

Black with #749FBC

Text Example


Text Example

White with #749FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,159,188); }

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

background-color css

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

 a { background-color: rgb(116,159,188); }

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

border-color css

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

 span { border-color: rgb(116,159,188); }

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