Html Css Color HEX #74498B Affair

📋 copy color: '#74498B'

red 116 ◦ green 73 ◦ blue 139

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

Shades of Affair #74498B

Tints of Affair #74498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

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

R = 35.37%
G = 22.26%
B = 42.38%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74498B (or 0x74498B) is known color: Affair. HEX triplet: 74, 49 and 8B. RGB value is (116,73,139). Sum of RGB (Red+Green+Blue) = 116+73+139=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #74498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74498B is #8BB674. Grayscale: #5D5D5D. Windows color (decimal): -9156213 or 9128308. OLE color: 9128308.

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

Color convert

RGB 116 73 139 -
CMYK 0.17 0.47 0 0.45
HSL 279.09º 0.31% 0.42% -
HSV(B) 279.09º 0.47% 0.55% -
XYZ 14.25 10.34 25.67 -
YUV 93.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 116 73 139 0.17 0.47 0 0.45 279.09 0.31 0.42
Hex 74 49 8B 11 2F 0 2D 117 1F 2A
Octal 164 111 213 21 57 0 55 427 37 52
Binary 1110100 1001001 10001011 10001 101111 0 101101 100010111 11111 101010

Color Harmonies of #74498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74498B

Black with #74498B

Text Example


Text Example

White with #74498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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