Html Css Color HEX #49606C Fiord

📋 copy color: '#49606C'

red 73 ◦ green 96 ◦ blue 108

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

Shades of Fiord #49606C

Tints of Fiord #49606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 108 (42.58% from 255) = 38.99%

R = 26.35%
G = 34.66%
B = 38.99%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49606C (or 0x49606C) is known color: Fiord. HEX triplet: 49, 60 and 6C. RGB value is (73,96,108). Sum of RGB (Red+Green+Blue) = 73+96+108=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #49606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49606C is #B69F93. Grayscale: #5A5A5A. Windows color (decimal): -11968404 or 7102537. OLE color: 7102537.

HSL color Cylindrical-coordinate representation of color #49606C: hue angle of 200.57º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49606C is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 96 108 -
CMYK 0.32 0.11 0 0.58
HSL 200.57º 0.19% 0.35% -
HSV(B) 200.57º 0.32% 0.42% -
XYZ 9.64 10.86 15.78 -
YUV 90.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 73 96 108 0.32 0.11 0 0.58 200.57 0.19 0.35
Hex 49 60 6C 20 B 0 3A C9 13 23
Octal 111 140 154 40 13 0 72 311 23 43
Binary 1001001 1100000 1101100 100000 1011 0 111010 11001001 10011 100011

Color Harmonies of #49606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49606C

Black with #49606C

Text Example


Text Example

White with #49606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49606C; }

 p { color: rgb(73,96,108); }

 H1.HeaderClassName
 {
   color: #49606C;
 }
 .AnyTagClassName
 {
   color: #49606C;
 }
</style>

background-color css

<style>
 a { background-color: #49606C; }

 a { background-color: rgb(73,96,108); }

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

border-color css

<style>
 span { border-color: #49606C; }

 span { border-color: rgb(73,96,108); }

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