Html Css Color HEX #49565F Fiord

📋 copy color: '#49565F'

red 73 ◦ green 86 ◦ blue 95

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

Shades of Fiord #49565F

Tints of Fiord #49565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.86%

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

R = 28.74%
G = 33.86%
B = 37.4%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49565F (or 0x49565F) is known color: Fiord. HEX triplet: 49, 56 and 5F. RGB value is (73,86,95). Sum of RGB (Red+Green+Blue) = 73+86+95=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 95 - color contains mainly: blue. Hex color #49565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49565F is #B6A9A0. Grayscale: #535353. Windows color (decimal): -11970977 or 6248009. OLE color: 6248009.

HSL color Cylindrical-coordinate representation of color #49565F: hue angle of 204.55º 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 #49565F is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 86 95 -
CMYK 0.23 0.09 0 0.63
HSL 204.55º 0.13% 0.33% -
HSV(B) 204.55º 0.23% 0.37% -
XYZ 8.14 8.9 12.11 -
YUV 83.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 73 86 95 0.23 0.09 0 0.63 204.55 0.13 0.33
Hex 49 56 5F 17 9 0 3F CD D 21
Octal 111 126 137 27 11 0 77 315 15 41
Binary 1001001 1010110 1011111 10111 1001 0 111111 11001101 1101 100001

Color Harmonies of #49565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49565F

Black with #49565F

Text Example


Text Example

White with #49565F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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