Html Css Color HEX #495663 Fiord

📋 copy color: '#495663'

red 73 ◦ green 86 ◦ blue 99

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

Shades of Fiord #495663

Tints of Fiord #495663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 28.29%
G = 33.33%
B = 38.37%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#495663 (or 0x495663) is known color: Fiord. HEX triplet: 49, 56 and 63. RGB value is (73,86,99). Sum of RGB (Red+Green+Blue) = 73+86+99=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #495663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495663 is #B6A99C. Grayscale: #535353. Windows color (decimal): -11970973 or 6510153. OLE color: 6510153.

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

Color convert

RGB 73 86 99 -
CMYK 0.26 0.13 0 0.61
HSL 210º 0.15% 0.34% -
HSV(B) 210º 0.26% 0.39% -
XYZ 8.33 8.97 13.1 -
YUV 83.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 73 86 99 0.26 0.13 0 0.61 210 0.15 0.34
Hex 49 56 63 1A D 0 3D D2 F 22
Octal 111 126 143 32 15 0 75 322 17 42
Binary 1001001 1010110 1100011 11010 1101 0 111101 11010010 1111 100010

Color Harmonies of #495663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495663

Black with #495663

Text Example


Text Example

White with #495663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495663; }

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

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

background-color css

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

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

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

border-color css

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

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

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