Html Css Color HEX #74719B Scampi

📋 copy color: '#74719B'

red 116 ◦ green 113 ◦ blue 155

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

Shades of Scampi #74719B

Tints of Scampi #74719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.43%

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 30.21%
G = 29.43%
B = 40.36%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74719B (or 0x74719B) is known color: Scampi. HEX triplet: 74, 71 and 9B. RGB value is (116,113,155). Sum of RGB (Red+Green+Blue) = 116+113+155=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #74719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74719B is #8B8E64. Grayscale: #767676. Windows color (decimal): -9145957 or 10187124. OLE color: 10187124.

HSL color Cylindrical-coordinate representation of color #74719B: hue angle of 244.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74719B is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 113 155 -
CMYK 0.25 0.27 0 0.39
HSL 244.29º 0.17% 0.53% -
HSV(B) 244.29º 0.27% 0.61% -
XYZ 19.02 17.89 33.46 -
YUV 118.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 116 113 155 0.25 0.27 0 0.39 244.29 0.17 0.53
Hex 74 71 9B 19 1B 0 27 F4 11 35
Octal 164 161 233 31 33 0 47 364 21 65
Binary 1110100 1110001 10011011 11001 11011 0 100111 11110100 10001 110101

Color Harmonies of #74719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74719B

Black with #74719B

Text Example


Text Example

White with #74719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74719B; }

 p { color: rgb(116,113,155); }

 H1.HeaderClassName
 {
   color: #74719B;
 }
 .AnyTagClassName
 {
   color: #74719B;
 }
</style>

background-color css

<style>
 a { background-color: #74719B; }

 a { background-color: rgb(116,113,155); }

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

border-color css

<style>
 span { border-color: #74719B; }

 span { border-color: rgb(116,113,155); }

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