Html Css Color HEX #495660 Fiord

📋 copy color: '#495660'

red 73 ◦ green 86 ◦ blue 96

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

Shades of Fiord #495660

Tints of Fiord #495660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 28.63%
G = 33.73%
B = 37.65%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495660 (or 0x495660) is known color: Fiord. HEX triplet: 49, 56 and 60. RGB value is (73,86,96). Sum of RGB (Red+Green+Blue) = 73+86+96=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #495660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495660 is #B6A99F. Grayscale: #535353. Windows color (decimal): -11970976 or 6313545. OLE color: 6313545.

HSL color Cylindrical-coordinate representation of color #495660: hue angle of 206.09º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #495660 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 86 96 -
CMYK 0.24 0.10 0 0.62
HSL 206.09º 0.14% 0.33% -
HSV(B) 206.09º 0.24% 0.38% -
XYZ 8.19 8.92 12.36 -
YUV 83.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 73 86 96 0.24 0.10 0 0.62 206.09 0.14 0.33
Hex 49 56 60 18 A 0 3E CE E 21
Octal 111 126 140 30 12 0 76 316 16 41
Binary 1001001 1010110 1100000 11000 1010 0 111110 11001110 1110 100001

Color Harmonies of #495660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495660

Black with #495660

Text Example


Text Example

White with #495660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495660; }

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

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

background-color css

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

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

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

border-color css

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

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

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