Html Css Color HEX #7460AB Scampi

📋 copy color: '#7460AB'

red 116 ◦ green 96 ◦ blue 171

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

Shades of Scampi #7460AB

Tints of Scampi #7460AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 30.29%
G = 25.07%
B = 44.65%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7460AB (or 0x7460AB) is known color: Scampi. HEX triplet: 74, 60 and AB. RGB value is (116,96,171). Sum of RGB (Red+Green+Blue) = 116+96+171=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #7460AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7460AB is #8B9F54. Grayscale: #6E6E6E. Windows color (decimal): -9150293 or 11231348. OLE color: 11231348.

HSL color Cylindrical-coordinate representation of color #7460AB: hue angle of 256º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7460AB is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 96 171 -
CMYK 0.32 0.44 0 0.33
HSL 256º 0.31% 0.52% -
HSV(B) 256º 0.44% 0.67% -
XYZ 18.74 15.02 40.44 -
YUV 110.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 116 96 171 0.32 0.44 0 0.33 256 0.31 0.52
Hex 74 60 AB 20 2C 0 21 100 1F 34
Octal 164 140 253 40 54 0 41 400 37 64
Binary 1110100 1100000 10101011 100000 101100 0 100001 100000000 11111 110100

Color Harmonies of #7460AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7460AB

Black with #7460AB

Text Example


Text Example

White with #7460AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7460AB; }

 p { color: rgb(116,96,171); }

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

background-color css

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

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

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

border-color css

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

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

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