Html Css Color HEX #74699E Scampi

📋 copy color: '#74699E'

red 116 ◦ green 105 ◦ blue 158

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

Shades of Scampi #74699E

Tints of Scampi #74699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.7%

 BLUE value IS 158 (62.11% from 255) = 41.69%

R = 30.61%
G = 27.7%
B = 41.69%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74699E (or 0x74699E) is known color: Scampi. HEX triplet: 74, 69 and 9E. RGB value is (116,105,158). Sum of RGB (Red+Green+Blue) = 116+105+158=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #74699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74699E is #8B9661. Grayscale: #727272. Windows color (decimal): -9148002 or 10381684. OLE color: 10381684.

HSL color Cylindrical-coordinate representation of color #74699E: hue angle of 252.45º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74699E is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 105 158 -
CMYK 0.27 0.34 0 0.38
HSL 252.45º 0.21% 0.52% -
HSV(B) 252.45º 0.34% 0.62% -
XYZ 18.43 16.28 34.52 -
YUV 114.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 116 105 158 0.27 0.34 0 0.38 252.45 0.21 0.52
Hex 74 69 9E 1B 22 0 26 FC 15 34
Octal 164 151 236 33 42 0 46 374 25 64
Binary 1110100 1101001 10011110 11011 100010 0 100110 11111100 10101 110100

Color Harmonies of #74699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74699E

Black with #74699E

Text Example


Text Example

White with #74699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74699E; }

 p { color: rgb(116,105,158); }

 H1.HeaderClassName
 {
   color: #74699E;
 }
 .AnyTagClassName
 {
   color: #74699E;
 }
</style>

background-color css

<style>
 a { background-color: #74699E; }

 a { background-color: rgb(116,105,158); }

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

border-color css

<style>
 span { border-color: #74699E; }

 span { border-color: rgb(116,105,158); }

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