Html Css Color HEX #749ABC Shakespeare

📋 copy color: '#749ABC'

red 116 ◦ green 154 ◦ blue 188

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

Shades of Shakespeare #749ABC

Tints of Shakespeare #749ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 25.33%
G = 33.62%
B = 41.05%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#749ABC (or 0x749ABC) is known color: Shakespeare. HEX triplet: 74, 9A and BC. RGB value is (116,154,188). Sum of RGB (Red+Green+Blue) = 116+154+188=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #749ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ABC is #8B6543. Grayscale: #929292. Windows color (decimal): -9135428 or 12360308. OLE color: 12360308.

HSL color Cylindrical-coordinate representation of color #749ABC: hue angle of 208.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #749ABC is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 154 188 -
CMYK 0.38 0.18 0 0.26
HSL 208.33º 0.35% 0.6% -
HSV(B) 208.33º 0.38% 0.74% -
XYZ 27.84 30.46 51.99 -
YUV 146.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 116 154 188 0.38 0.18 0 0.26 208.33 0.35 0.6
Hex 74 9A BC 26 12 0 1A D0 23 3C
Octal 164 232 274 46 22 0 32 320 43 74
Binary 1110100 10011010 10111100 100110 10010 0 11010 11010000 100011 111100

Color Harmonies of #749ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749ABC

Black with #749ABC

Text Example


Text Example

White with #749ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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