Html Css Color HEX #495661 Fiord

📋 copy color: '#495661'

red 73 ◦ green 86 ◦ blue 97

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

Shades of Fiord #495661

Tints of Fiord #495661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.89%

R = 28.52%
G = 33.59%
B = 37.89%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495661 (or 0x495661) is known color: Fiord. HEX triplet: 49, 56 and 61. RGB value is (73,86,97). Sum of RGB (Red+Green+Blue) = 73+86+97=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #495661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495661 is #B6A99E. Grayscale: #535353. Windows color (decimal): -11970975 or 6379081. OLE color: 6379081.

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

Color convert

RGB 73 86 97 -
CMYK 0.25 0.11 0 0.62
HSL 207.5º 0.14% 0.33% -
HSV(B) 207.5º 0.25% 0.38% -
XYZ 8.23 8.94 12.6 -
YUV 83.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 73 86 97 0.25 0.11 0 0.62 207.5 0.14 0.33
Hex 49 56 61 19 B 0 3E D0 E 21
Octal 111 126 141 31 13 0 76 320 16 41
Binary 1001001 1010110 1100001 11001 1011 0 111110 11010000 1110 100001

Color Harmonies of #495661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495661

Black with #495661

Text Example


Text Example

White with #495661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495661; }

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

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

background-color css

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

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

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

border-color css

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

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

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