Html Css Color HEX #74558B Affair

📋 copy color: '#74558B'

red 116 ◦ green 85 ◦ blue 139

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

Shades of Affair #74558B

Tints of Affair #74558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25%

 BLUE value IS 139 (54.69% from 255) = 40.88%

R = 34.12%
G = 25%
B = 40.88%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74558B (or 0x74558B) is known color: Affair. HEX triplet: 74, 55 and 8B. RGB value is (116,85,139). Sum of RGB (Red+Green+Blue) = 116+85+139=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #74558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74558B is #8BAA74. Grayscale: #646464. Windows color (decimal): -9153141 or 9131380. OLE color: 9131380.

HSL color Cylindrical-coordinate representation of color #74558B: hue angle of 274.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74558B is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 85 139 -
CMYK 0.17 0.39 0 0.45
HSL 274.44º 0.24% 0.44% -
HSV(B) 274.44º 0.39% 0.55% -
XYZ 15.11 12.07 25.96 -
YUV 100.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 116 85 139 0.17 0.39 0 0.45 274.44 0.24 0.44
Hex 74 55 8B 11 27 0 2D 112 18 2C
Octal 164 125 213 21 47 0 55 422 30 54
Binary 1110100 1010101 10001011 10001 100111 0 101101 100010010 11000 101100

Color Harmonies of #74558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74558B

Black with #74558B

Text Example


Text Example

White with #74558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,85,139); }

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

background-color css

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

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

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

border-color css

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

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

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