Html Css Color HEX #74669B Scampi

📋 copy color: '#74669B'

red 116 ◦ green 102 ◦ blue 155

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

Shades of Scampi #74669B

Tints of Scampi #74669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

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

R = 31.1%
G = 27.35%
B = 41.55%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74669B (or 0x74669B) is known color: Scampi. HEX triplet: 74, 66 and 9B. RGB value is (116,102,155). Sum of RGB (Red+Green+Blue) = 116+102+155=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #74669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74669B is #8B9964. Grayscale: #707070. Windows color (decimal): -9148773 or 10184308. OLE color: 10184308.

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

Color convert

RGB 116 102 155 -
CMYK 0.25 0.34 0 0.39
HSL 255.85º 0.21% 0.5% -
HSV(B) 255.85º 0.34% 0.61% -
XYZ 17.87 15.58 33.08 -
YUV 112.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 116 102 155 0.25 0.34 0 0.39 255.85 0.21 0.5
Hex 74 66 9B 19 22 0 27 100 15 32
Octal 164 146 233 31 42 0 47 400 25 62
Binary 1110100 1100110 10011011 11001 100010 0 100111 100000000 10101 110010

Color Harmonies of #74669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74669B

Black with #74669B

Text Example


Text Example

White with #74669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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