Html Css Color HEX #749DBA Shakespeare

📋 copy color: '#749DBA'

red 116 ◦ green 157 ◦ blue 186

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

Shades of Shakespeare #749DBA

Tints of Shakespeare #749DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 25.27%
G = 34.2%
B = 40.52%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#749DBA (or 0x749DBA) is known color: Shakespeare. HEX triplet: 74, 9D and BA. RGB value is (116,157,186). Sum of RGB (Red+Green+Blue) = 116+157+186=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #749DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DBA is #8B6245. Grayscale: #939393. Windows color (decimal): -9134662 or 12230004. OLE color: 12230004.

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

Color convert

RGB 116 157 186 -
CMYK 0.38 0.16 0 0.27
HSL 204.86º 0.34% 0.59% -
HSV(B) 204.86º 0.38% 0.73% -
XYZ 28.12 31.37 51.03 -
YUV 148.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 116 157 186 0.38 0.16 0 0.27 204.86 0.34 0.59
Hex 74 9D BA 26 10 0 1B CD 22 3B
Octal 164 235 272 46 20 0 33 315 42 73
Binary 1110100 10011101 10111010 100110 10000 0 11011 11001101 100010 111011

Color Harmonies of #749DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DBA

Black with #749DBA

Text Example


Text Example

White with #749DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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