Html Css Color HEX #74649B Scampi

📋 copy color: '#74649B'

red 116 ◦ green 100 ◦ blue 155

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

Shades of Scampi #74649B

Tints of Scampi #74649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

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

R = 31.27%
G = 26.95%
B = 41.78%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74649B (or 0x74649B) is known color: Scampi. HEX triplet: 74, 64 and 9B. RGB value is (116,100,155). Sum of RGB (Red+Green+Blue) = 116+100+155=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #74649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74649B is #8B9B64. Grayscale: #6E6E6E. Windows color (decimal): -9149285 or 10183796. OLE color: 10183796.

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

Color convert

RGB 116 100 155 -
CMYK 0.25 0.35 0 0.39
HSL 257.45º 0.22% 0.5% -
HSV(B) 257.45º 0.35% 0.61% -
XYZ 17.68 15.19 33.01 -
YUV 111.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 116 100 155 0.25 0.35 0 0.39 257.45 0.22 0.5
Hex 74 64 9B 19 23 0 27 101 16 32
Octal 164 144 233 31 43 0 47 401 26 62
Binary 1110100 1100100 10011011 11001 100011 0 100111 100000001 10110 110010

Color Harmonies of #74649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74649B

Black with #74649B

Text Example


Text Example

White with #74649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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