Html Css Color HEX #495966 Fiord

📋 copy color: '#495966'

red 73 ◦ green 89 ◦ blue 102

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

Shades of Fiord #495966

Tints of Fiord #495966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.64%

R = 27.65%
G = 33.71%
B = 38.64%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#495966 (or 0x495966) is known color: Fiord. HEX triplet: 49, 59 and 66. RGB value is (73,89,102). Sum of RGB (Red+Green+Blue) = 73+89+102=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 102 - color contains mainly: blue. Hex color #495966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495966 is #B6A699. Grayscale: #555555. Windows color (decimal): -11970202 or 6707529. OLE color: 6707529.

HSL color Cylindrical-coordinate representation of color #495966: hue angle of 206.9º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #495966 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 89 102 -
CMYK 0.28 0.13 0 0.6
HSL 206.9º 0.17% 0.34% -
HSV(B) 206.9º 0.28% 0.4% -
XYZ 8.72 9.52 13.95 -
YUV 85.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 73 89 102 0.28 0.13 0 0.6 206.9 0.17 0.34
Hex 49 59 66 1C D 0 3C CF 11 22
Octal 111 131 146 34 15 0 74 317 21 42
Binary 1001001 1011001 1100110 11100 1101 0 111100 11001111 10001 100010

Color Harmonies of #495966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495966

Black with #495966

Text Example


Text Example

White with #495966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495966; }

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

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

background-color css

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

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

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

border-color css

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

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

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