Html Css Color HEX #4A595E Fiord

📋 copy color: '#4A595E'

red 74 ◦ green 89 ◦ blue 94

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

Shades of Fiord #4A595E

Tints of Fiord #4A595E

RGB

 RED value IS 74 (29.3% from 255) = 28.79%

 GREEN value IS 89 (35.16% from 255) = 34.63%

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 28.79%
G = 34.63%
B = 36.58%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A595E (or 0x4A595E) is known color: Fiord. HEX triplet: 4A, 59 and 5E. RGB value is (74,89,94). Sum of RGB (Red+Green+Blue) = 74+89+94=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A595E is #B5A6A1. Grayscale: #555555. Windows color (decimal): -11904674 or 6183242. OLE color: 6183242.

HSL color Cylindrical-coordinate representation of color #4A595E: hue angle of 195º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4A595E is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 89 94 -
CMYK 0.21 0.05 0 0.63
HSL 195º 0.12% 0.33% -
HSV(B) 195º 0.21% 0.37% -
XYZ 8.42 9.41 11.96 -
YUV 85.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 74 89 94 0.21 0.05 0 0.63 195 0.12 0.33
Hex 4A 59 5E 15 5 0 3F C3 C 21
Octal 112 131 136 25 5 0 77 303 14 41
Binary 1001010 1011001 1011110 10101 101 0 111111 11000011 1100 100001

Color Harmonies of #4A595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A595E

Black with #4A595E

Text Example


Text Example

White with #4A595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A595E; }

 p { color: rgb(74,89,94); }

 H1.HeaderClassName
 {
   color: #4A595E;
 }
 .AnyTagClassName
 {
   color: #4A595E;
 }
</style>

background-color css

<style>
 a { background-color: #4A595E; }

 a { background-color: rgb(74,89,94); }

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

border-color css

<style>
 span { border-color: #4A595E; }

 span { border-color: rgb(74,89,94); }

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