Html Css Color HEX #749CBE Shakespeare

📋 copy color: '#749CBE'

red 116 ◦ green 156 ◦ blue 190

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

Shades of Shakespeare #749CBE

Tints of Shakespeare #749CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 25.11%
G = 33.77%
B = 41.13%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#749CBE (or 0x749CBE) is known color: Shakespeare. HEX triplet: 74, 9C and BE. RGB value is (116,156,190). Sum of RGB (Red+Green+Blue) = 116+156+190=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #749CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CBE is #8B6341. Grayscale: #939393. Windows color (decimal): -9134914 or 12491892. OLE color: 12491892.

HSL color Cylindrical-coordinate representation of color #749CBE: hue angle of 207.57º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #749CBE is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 156 190 -
CMYK 0.39 0.18 0 0.25
HSL 207.57º 0.36% 0.6% -
HSV(B) 207.57º 0.39% 0.75% -
XYZ 28.39 31.21 53.24 -
YUV 147.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 116 156 190 0.39 0.18 0 0.25 207.57 0.36 0.6
Hex 74 9C BE 27 12 0 19 D0 24 3C
Octal 164 234 276 47 22 0 31 320 44 74
Binary 1110100 10011100 10111110 100111 10010 0 11001 11010000 100100 111100

Color Harmonies of #749CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CBE

Black with #749CBE

Text Example


Text Example

White with #749CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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