Html Css Color HEX #747498 Scampi

📋 copy color: '#747498'

red 116 ◦ green 116 ◦ blue 152

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

Shades of Scampi #747498

Tints of Scampi #747498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.58%

R = 30.21%
G = 30.21%
B = 39.58%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#747498 (or 0x747498) is known color: Scampi. HEX triplet: 74, 74 and 98. RGB value is (116,116,152). Sum of RGB (Red+Green+Blue) = 116+116+152=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 152 - color contains mainly: blue. Hex color #747498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747498 is #8B8B67. Grayscale: #777777. Windows color (decimal): -9145192 or 9991284. OLE color: 9991284.

HSL color Cylindrical-coordinate representation of color #747498: hue angle of 240º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747498 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 116 152 -
CMYK 0.24 0.24 0 0.40
HSL 240º 0.15% 0.53% -
HSV(B) 240º 0.24% 0.6% -
XYZ 19.12 18.47 32.26 -
YUV 120.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 116 116 152 0.24 0.24 0 0.40 240 0.15 0.53
Hex 74 74 98 18 18 0 28 F0 F 35
Octal 164 164 230 30 30 0 50 360 17 65
Binary 1110100 1110100 10011000 11000 11000 0 101000 11110000 1111 110101

Color Harmonies of #747498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747498

Black with #747498

Text Example


Text Example

White with #747498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747498; }

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

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

background-color css

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

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

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

border-color css

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

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

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