Html Css Color HEX #749FBA Shakespeare

📋 copy color: '#749FBA'

red 116 ◦ green 159 ◦ blue 186

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

Shades of Shakespeare #749FBA

Tints of Shakespeare #749FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 25.16%
G = 34.49%
B = 40.35%

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

#749FBA (or 0x749FBA) is known color: Shakespeare. HEX triplet: 74, 9F and BA. RGB value is (116,159,186). Sum of RGB (Red+Green+Blue) = 116+159+186=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #749FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FBA is #8B6045. Grayscale: #959595. Windows color (decimal): -9134150 or 12230516. OLE color: 12230516.

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

Color convert

RGB 116 159 186 -
CMYK 0.38 0.15 0 0.27
HSL 203.14º 0.34% 0.59% -
HSV(B) 203.14º 0.38% 0.73% -
XYZ 28.46 32.05 51.14 -
YUV 149.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 116 159 186 0.38 0.15 0 0.27 203.14 0.34 0.59
Hex 74 9F BA 26 F 0 1B CB 22 3B
Octal 164 237 272 46 17 0 33 313 42 73
Binary 1110100 10011111 10111010 100110 1111 0 11011 11001011 100010 111011

Color Harmonies of #749FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749FBA

Black with #749FBA

Text Example


Text Example

White with #749FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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