Html Css Color HEX #495662 Fiord

📋 copy color: '#495662'

red 73 ◦ green 86 ◦ blue 98

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

Shades of Fiord #495662

Tints of Fiord #495662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 28.4%
G = 33.46%
B = 38.13%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495662 (or 0x495662) is known color: Fiord. HEX triplet: 49, 56 and 62. RGB value is (73,86,98). Sum of RGB (Red+Green+Blue) = 73+86+98=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #495662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495662 is #B6A99D. Grayscale: #535353. Windows color (decimal): -11970974 or 6444617. OLE color: 6444617.

HSL color Cylindrical-coordinate representation of color #495662: hue angle of 208.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495662 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 86 98 -
CMYK 0.26 0.12 0 0.62
HSL 208.8º 0.15% 0.34% -
HSV(B) 208.8º 0.26% 0.38% -
XYZ 8.28 8.95 12.85 -
YUV 83.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 73 86 98 0.26 0.12 0 0.62 208.8 0.15 0.34
Hex 49 56 62 1A C 0 3E D1 F 22
Octal 111 126 142 32 14 0 76 321 17 42
Binary 1001001 1010110 1100010 11010 1100 0 111110 11010001 1111 100010

Color Harmonies of #495662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495662

Black with #495662

Text Example


Text Example

White with #495662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495662; }

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

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

background-color css

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

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

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

border-color css

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

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

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