Html Css Color HEX #74A0BC Shakespeare

📋 copy color: '#74A0BC'

red 116 ◦ green 160 ◦ blue 188

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

Shades of Shakespeare #74A0BC

Tints of Shakespeare #74A0BC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.48%

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

R = 25%
G = 34.48%
B = 40.52%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#74A0BC (or 0x74A0BC) is known color: Shakespeare. HEX triplet: 74, A0 and BC. RGB value is (116,160,188). Sum of RGB (Red+Green+Blue) = 116+160+188=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #74A0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A0BC is #8B5F43. Grayscale: #959595. Windows color (decimal): -9133892 or 12361844. OLE color: 12361844.

HSL color Cylindrical-coordinate representation of color #74A0BC: hue angle of 203.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 #74A0BC is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 160 188 -
CMYK 0.38 0.15 0 0.26
HSL 203.33º 0.35% 0.6% -
HSV(B) 203.33º 0.38% 0.74% -
XYZ 28.85 32.49 52.33 -
YUV 150.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 116 160 188 0.38 0.15 0 0.26 203.33 0.35 0.6
Hex 74 A0 BC 26 F 0 1A CB 23 3C
Octal 164 240 274 46 17 0 32 313 43 74
Binary 1110100 10100000 10111100 100110 1111 0 11010 11001011 100011 111100

Color Harmonies of #74A0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A0BC

Black with #74A0BC

Text Example


Text Example

White with #74A0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A0BC; }

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

 H1.HeaderClassName
 {
   color: #74A0BC;
 }
 .AnyTagClassName
 {
   color: #74A0BC;
 }
</style>

background-color css

<style>
 a { background-color: #74A0BC; }

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

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

border-color css

<style>
 span { border-color: #74A0BC; }

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

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