Html Css Color HEX #7470AB Scampi

📋 copy color: '#7470AB'

red 116 ◦ green 112 ◦ blue 171

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

Shades of Scampi #7470AB

Tints of Scampi #7470AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

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

R = 29.07%
G = 28.07%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7470AB (or 0x7470AB) is known color: Scampi. HEX triplet: 74, 70 and AB. RGB value is (116,112,171). Sum of RGB (Red+Green+Blue) = 116+112+171=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #7470AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7470AB is #8B8F54. Grayscale: #777777. Windows color (decimal): -9146197 or 11235444. OLE color: 11235444.

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

Color convert

RGB 116 112 171 -
CMYK 0.32 0.35 0 0.33
HSL 244.07º 0.26% 0.55% -
HSV(B) 244.07º 0.35% 0.67% -
XYZ 20.35 18.24 40.98 -
YUV 119.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 116 112 171 0.32 0.35 0 0.33 244.07 0.26 0.55
Hex 74 70 AB 20 23 0 21 F4 1A 37
Octal 164 160 253 40 43 0 41 364 32 67
Binary 1110100 1110000 10101011 100000 100011 0 100001 11110100 11010 110111

Color Harmonies of #7470AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7470AB

Black with #7470AB

Text Example


Text Example

White with #7470AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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