Html Css Color HEX #74679F Scampi

📋 copy color: '#74679F'

red 116 ◦ green 103 ◦ blue 159

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

Shades of Scampi #74679F

Tints of Scampi #74679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

 BLUE value IS 159 (62.5% from 255) = 42.06%

R = 30.69%
G = 27.25%
B = 42.06%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74679F (or 0x74679F) is known color: Scampi. HEX triplet: 74, 67 and 9F. RGB value is (116,103,159). Sum of RGB (Red+Green+Blue) = 116+103+159=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #74679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74679F is #8B9860. Grayscale: #717171. Windows color (decimal): -9148513 or 10446708. OLE color: 10446708.

HSL color Cylindrical-coordinate representation of color #74679F: hue angle of 253.93º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74679F is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 103 159 -
CMYK 0.27 0.35 0 0.38
HSL 253.93º 0.23% 0.51% -
HSV(B) 253.93º 0.35% 0.62% -
XYZ 18.31 15.92 34.91 -
YUV 113.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 116 103 159 0.27 0.35 0 0.38 253.93 0.23 0.51
Hex 74 67 9F 1B 23 0 26 FE 17 33
Octal 164 147 237 33 43 0 46 376 27 63
Binary 1110100 1100111 10011111 11011 100011 0 100110 11111110 10111 110011

Color Harmonies of #74679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74679F

Black with #74679F

Text Example


Text Example

White with #74679F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74679F; }

 p { color: rgb(116,103,159); }

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

background-color css

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

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

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

border-color css

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

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

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