Html Css Color HEX #747492 Scampi

📋 copy color: '#747492'

red 116 ◦ green 116 ◦ blue 146

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

Shades of Scampi #747492

Tints of Scampi #747492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 30.69%
G = 30.69%
B = 38.62%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#747492 (or 0x747492) is known color: Scampi. HEX triplet: 74, 74 and 92. RGB value is (116,116,146). Sum of RGB (Red+Green+Blue) = 116+116+146=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #747492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747492 is #8B8B6D. Grayscale: #777777. Windows color (decimal): -9145198 or 9598068. OLE color: 9598068.

HSL color Cylindrical-coordinate representation of color #747492: hue angle of 240º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #747492 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 116 146 -
CMYK 0.21 0.21 0 0.43
HSL 240º 0.12% 0.51% -
HSV(B) 240º 0.21% 0.57% -
XYZ 18.64 18.28 29.74 -
YUV 119.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 116 116 146 0.21 0.21 0 0.43 240 0.12 0.51
Hex 74 74 92 15 15 0 2B F0 C 33
Octal 164 164 222 25 25 0 53 360 14 63
Binary 1110100 1110100 10010010 10101 10101 0 101011 11110000 1100 110011

Color Harmonies of #747492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747492

Black with #747492

Text Example


Text Example

White with #747492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747492; }

 p { color: rgb(116,116,146); }

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

background-color css

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

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

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

border-color css

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

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

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