Html Css Color HEX #74699B Scampi

📋 copy color: '#74699B'

red 116 ◦ green 105 ◦ blue 155

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

Shades of Scampi #74699B

Tints of Scampi #74699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

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

R = 30.85%
G = 27.93%
B = 41.22%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74699B (or 0x74699B) is known color: Scampi. HEX triplet: 74, 69 and 9B. RGB value is (116,105,155). Sum of RGB (Red+Green+Blue) = 116+105+155=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #74699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74699B is #8B9664. Grayscale: #717171. Windows color (decimal): -9148005 or 10185076. OLE color: 10185076.

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

Color convert

RGB 116 105 155 -
CMYK 0.25 0.32 0 0.39
HSL 253.2º 0.2% 0.51% -
HSV(B) 253.2º 0.32% 0.61% -
XYZ 18.17 16.18 33.18 -
YUV 113.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 116 105 155 0.25 0.32 0 0.39 253.2 0.2 0.51
Hex 74 69 9B 19 20 0 27 FD 14 33
Octal 164 151 233 31 40 0 47 375 24 63
Binary 1110100 1101001 10011011 11001 100000 0 100111 11111101 10100 110011

Color Harmonies of #74699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74699B

Black with #74699B

Text Example


Text Example

White with #74699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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