Html Css Color HEX #49595F Fiord

📋 copy color: '#49595F'

red 73 ◦ green 89 ◦ blue 95

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

Shades of Fiord #49595F

Tints of Fiord #49595F

RGB

 RED value IS 73 (28.91% from 255) = 28.4%

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

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 28.4%
G = 34.63%
B = 36.96%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49595F (or 0x49595F) is known color: Fiord. HEX triplet: 49, 59 and 5F. RGB value is (73,89,95). Sum of RGB (Red+Green+Blue) = 73+89+95=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 95 - color contains mainly: blue. Hex color #49595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49595F is #B6A6A0. Grayscale: #545454. Windows color (decimal): -11970209 or 6248777. OLE color: 6248777.

HSL color Cylindrical-coordinate representation of color #49595F: hue angle of 196.36º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49595F is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 89 95 -
CMYK 0.23 0.06 0 0.63
HSL 196.36º 0.13% 0.33% -
HSV(B) 196.36º 0.23% 0.37% -
XYZ 8.39 9.39 12.2 -
YUV 84.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 73 89 95 0.23 0.06 0 0.63 196.36 0.13 0.33
Hex 49 59 5F 17 6 0 3F C4 D 21
Octal 111 131 137 27 6 0 77 304 15 41
Binary 1001001 1011001 1011111 10111 110 0 111111 11000100 1101 100001

Color Harmonies of #49595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49595F

Black with #49595F

Text Example


Text Example

White with #49595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49595F; }

 p { color: rgb(73,89,95); }

 H1.HeaderClassName
 {
   color: #49595F;
 }
 .AnyTagClassName
 {
   color: #49595F;
 }
</style>

background-color css

<style>
 a { background-color: #49595F; }

 a { background-color: rgb(73,89,95); }

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

border-color css

<style>
 span { border-color: #49595F; }

 span { border-color: rgb(73,89,95); }

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