Html Css Color HEX #749DBD Shakespeare

📋 copy color: '#749DBD'

red 116 ◦ green 157 ◦ blue 189

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

Shades of Shakespeare #749DBD

Tints of Shakespeare #749DBD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.98%

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 25.11%
G = 33.98%
B = 40.91%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#749DBD (or 0x749DBD) is known color: Shakespeare. HEX triplet: 74, 9D and BD. RGB value is (116,157,189). Sum of RGB (Red+Green+Blue) = 116+157+189=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #749DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DBD is #8B6242. Grayscale: #949494. Windows color (decimal): -9134659 or 12426612. OLE color: 12426612.

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

Color convert

RGB 116 157 189 -
CMYK 0.39 0.17 0 0.26
HSL 206.3º 0.36% 0.6% -
HSV(B) 206.3º 0.39% 0.74% -
XYZ 28.44 31.5 52.73 -
YUV 148.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 116 157 189 0.39 0.17 0 0.26 206.3 0.36 0.6
Hex 74 9D BD 27 11 0 1A CE 24 3C
Octal 164 235 275 47 21 0 32 316 44 74
Binary 1110100 10011101 10111101 100111 10001 0 11010 11001110 100100 111100

Color Harmonies of #749DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DBD

Black with #749DBD

Text Example


Text Example

White with #749DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,157,189); }

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

background-color css

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

 a { background-color: rgb(116,157,189); }

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

border-color css

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

 span { border-color: rgb(116,157,189); }

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