Html Css Color HEX #749CBC Shakespeare

📋 copy color: '#749CBC'

red 116 ◦ green 156 ◦ blue 188

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

Shades of Shakespeare #749CBC

Tints of Shakespeare #749CBC

RGB

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

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

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

R = 25.22%
G = 33.91%
B = 40.87%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#749CBC (or 0x749CBC) is known color: Shakespeare. HEX triplet: 74, 9C and BC. RGB value is (116,156,188). Sum of RGB (Red+Green+Blue) = 116+156+188=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #749CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CBC is #8B6343. Grayscale: #939393. Windows color (decimal): -9134916 or 12360820. OLE color: 12360820.

HSL color Cylindrical-coordinate representation of color #749CBC: hue angle of 206.67º 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 #749CBC is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 156 188 -
CMYK 0.38 0.17 0 0.26
HSL 206.67º 0.35% 0.6% -
HSV(B) 206.67º 0.38% 0.74% -
XYZ 28.17 31.12 52.1 -
YUV 147.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 116 156 188 0.38 0.17 0 0.26 206.67 0.35 0.6
Hex 74 9C BC 26 11 0 1A CF 23 3C
Octal 164 234 274 46 21 0 32 317 43 74
Binary 1110100 10011100 10111100 100110 10001 0 11010 11001111 100011 111100

Color Harmonies of #749CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CBC

Black with #749CBC

Text Example


Text Example

White with #749CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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