Html Css Color HEX #749DBB Shakespeare

📋 copy color: '#749DBB'

red 116 ◦ green 157 ◦ blue 187

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

Shades of Shakespeare #749DBB

Tints of Shakespeare #749DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 25.22%
G = 34.13%
B = 40.65%

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

#749DBB (or 0x749DBB) is known color: Shakespeare. HEX triplet: 74, 9D and BB. RGB value is (116,157,187). Sum of RGB (Red+Green+Blue) = 116+157+187=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #749DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DBB is #8B6244. Grayscale: #949494. Windows color (decimal): -9134661 or 12295540. OLE color: 12295540.

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

Color convert

RGB 116 157 187 -
CMYK 0.38 0.16 0 0.27
HSL 205.35º 0.34% 0.59% -
HSV(B) 205.35º 0.38% 0.73% -
XYZ 28.23 31.41 51.59 -
YUV 148.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 116 157 187 0.38 0.16 0 0.27 205.35 0.34 0.59
Hex 74 9D BB 26 10 0 1B CD 22 3B
Octal 164 235 273 46 20 0 33 315 42 73
Binary 1110100 10011101 10111011 100110 10000 0 11011 11001101 100010 111011

Color Harmonies of #749DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DBB

Black with #749DBB

Text Example


Text Example

White with #749DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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