Html Css Color HEX #49616D Fiord

📋 copy color: '#49616D'

red 73 ◦ green 97 ◦ blue 109

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

Shades of Fiord #49616D

Tints of Fiord #49616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 26.16%
G = 34.77%
B = 39.07%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49616D (or 0x49616D) is known color: Fiord. HEX triplet: 49, 61 and 6D. RGB value is (73,97,109). Sum of RGB (Red+Green+Blue) = 73+97+109=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #49616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49616D is #B69E92. Grayscale: #5B5B5B. Windows color (decimal): -11968147 or 7168329. OLE color: 7168329.

HSL color Cylindrical-coordinate representation of color #49616D: hue angle of 200º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49616D is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 97 109 -
CMYK 0.33 0.11 0 0.57
HSL 200º 0.2% 0.36% -
HSV(B) 200º 0.33% 0.43% -
XYZ 9.78 11.07 16.09 -
YUV 91.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 73 97 109 0.33 0.11 0 0.57 200 0.2 0.36
Hex 49 61 6D 21 B 0 39 C8 14 24
Octal 111 141 155 41 13 0 71 310 24 44
Binary 1001001 1100001 1101101 100001 1011 0 111001 11001000 10100 100100

Color Harmonies of #49616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49616D

Black with #49616D

Text Example


Text Example

White with #49616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49616D; }

 p { color: rgb(73,97,109); }

 H1.HeaderClassName
 {
   color: #49616D;
 }
 .AnyTagClassName
 {
   color: #49616D;
 }
</style>

background-color css

<style>
 a { background-color: #49616D; }

 a { background-color: rgb(73,97,109); }

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

border-color css

<style>
 span { border-color: #49616D; }

 span { border-color: rgb(73,97,109); }

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