Html Css Color HEX #749ABB Shakespeare

📋 copy color: '#749ABB'

red 116 ◦ green 154 ◦ blue 187

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

Shades of Shakespeare #749ABB

Tints of Shakespeare #749ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.7%

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

R = 25.38%
G = 33.7%
B = 40.92%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#749ABB (or 0x749ABB) is known color: Shakespeare. HEX triplet: 74, 9A and BB. RGB value is (116,154,187). Sum of RGB (Red+Green+Blue) = 116+154+187=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #749ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ABB is #8B6544. Grayscale: #929292. Windows color (decimal): -9135429 or 12294772. OLE color: 12294772.

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

Color convert

RGB 116 154 187 -
CMYK 0.38 0.18 0 0.27
HSL 207.89º 0.34% 0.59% -
HSV(B) 207.89º 0.38% 0.73% -
XYZ 27.73 30.41 51.42 -
YUV 146.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 116 154 187 0.38 0.18 0 0.27 207.89 0.34 0.59
Hex 74 9A BB 26 12 0 1B D0 22 3B
Octal 164 232 273 46 22 0 33 320 42 73
Binary 1110100 10011010 10111011 100110 10010 0 11011 11010000 100010 111011

Color Harmonies of #749ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749ABB

Black with #749ABB

Text Example


Text Example

White with #749ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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