Html Css Color HEX #749FBB Shakespeare

📋 copy color: '#749FBB'

red 116 ◦ green 159 ◦ blue 187

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

Shades of Shakespeare #749FBB

Tints of Shakespeare #749FBB

RGB

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

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

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

R = 25.11%
G = 34.42%
B = 40.48%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#749FBB (or 0x749FBB) is known color: Shakespeare. HEX triplet: 74, 9F and BB. RGB value is (116,159,187). Sum of RGB (Red+Green+Blue) = 116+159+187=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #749FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FBB is #8B6044. Grayscale: #959595. Windows color (decimal): -9134149 or 12296052. OLE color: 12296052.

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

Color convert

RGB 116 159 187 -
CMYK 0.38 0.15 0 0.27
HSL 203.66º 0.34% 0.59% -
HSV(B) 203.66º 0.38% 0.73% -
XYZ 28.57 32.1 51.7 -
YUV 149.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 116 159 187 0.38 0.15 0 0.27 203.66 0.34 0.59
Hex 74 9F BB 26 F 0 1B CC 22 3B
Octal 164 237 273 46 17 0 33 314 42 73
Binary 1110100 10011111 10111011 100110 1111 0 11011 11001100 100010 111011

Color Harmonies of #749FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749FBB

Black with #749FBB

Text Example


Text Example

White with #749FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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