Html Css Color HEX #749AB9 Shakespeare

📋 copy color: '#749AB9'

red 116 ◦ green 154 ◦ blue 185

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

Shades of Shakespeare #749AB9

Tints of Shakespeare #749AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.66%

R = 25.49%
G = 33.85%
B = 40.66%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#749AB9 (or 0x749AB9) is known color: Shakespeare. HEX triplet: 74, 9A and B9. RGB value is (116,154,185). Sum of RGB (Red+Green+Blue) = 116+154+185=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #749AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749AB9 is #8B6546. Grayscale: #929292. Windows color (decimal): -9135431 or 12163700. OLE color: 12163700.

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

Color convert

RGB 116 154 185 -
CMYK 0.37 0.17 0 0.27
HSL 206.96º 0.33% 0.59% -
HSV(B) 206.96º 0.37% 0.73% -
XYZ 27.52 30.33 50.3 -
YUV 146.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 116 154 185 0.37 0.17 0 0.27 206.96 0.33 0.59
Hex 74 9A B9 25 11 0 1B CF 21 3B
Octal 164 232 271 45 21 0 33 317 41 73
Binary 1110100 10011010 10111001 100101 10001 0 11011 11001111 100001 111011

Color Harmonies of #749AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749AB9

Black with #749AB9

Text Example


Text Example

White with #749AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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