Html Css Color HEX #749CBB Shakespeare

📋 copy color: '#749CBB'

red 116 ◦ green 156 ◦ blue 187

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

Shades of Shakespeare #749CBB

Tints of Shakespeare #749CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 25.27%
G = 33.99%
B = 40.74%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#749CBB (or 0x749CBB) is known color: Shakespeare. HEX triplet: 74, 9C and BB. RGB value is (116,156,187). Sum of RGB (Red+Green+Blue) = 116+156+187=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #749CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CBB is #8B6344. Grayscale: #939393. Windows color (decimal): -9134917 or 12295284. OLE color: 12295284.

HSL color Cylindrical-coordinate representation of color #749CBB: hue angle of 206.2º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #749CBB is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 156 187 -
CMYK 0.38 0.17 0 0.27
HSL 206.2º 0.34% 0.59% -
HSV(B) 206.2º 0.38% 0.73% -
XYZ 28.06 31.08 51.53 -
YUV 147.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 116 156 187 0.38 0.17 0 0.27 206.2 0.34 0.59
Hex 74 9C BB 26 11 0 1B CE 22 3B
Octal 164 234 273 46 21 0 33 316 42 73
Binary 1110100 10011100 10111011 100110 10001 0 11011 11001110 100010 111011

Color Harmonies of #749CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CBB

Black with #749CBB

Text Example


Text Example

White with #749CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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