Html Css Color HEX #495763 Fiord

📋 copy color: '#495763'

red 73 ◦ green 87 ◦ blue 99

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

Shades of Fiord #495763

Tints of Fiord #495763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.59%

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

R = 28.19%
G = 33.59%
B = 38.22%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#495763 (or 0x495763) is known color: Fiord. HEX triplet: 49, 57 and 63. RGB value is (73,87,99). Sum of RGB (Red+Green+Blue) = 73+87+99=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #495763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495763 is #B6A89C. Grayscale: #545454. Windows color (decimal): -11970717 or 6510409. OLE color: 6510409.

HSL color Cylindrical-coordinate representation of color #495763: hue angle of 207.69º 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 #495763 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 87 99 -
CMYK 0.26 0.12 0 0.61
HSL 207.69º 0.15% 0.34% -
HSV(B) 207.69º 0.26% 0.39% -
XYZ 8.41 9.13 13.12 -
YUV 84.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 73 87 99 0.26 0.12 0 0.61 207.69 0.15 0.34
Hex 49 57 63 1A C 0 3D D0 F 22
Octal 111 127 143 32 14 0 75 320 17 42
Binary 1001001 1010111 1100011 11010 1100 0 111101 11010000 1111 100010

Color Harmonies of #495763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495763

Black with #495763

Text Example


Text Example

White with #495763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495763; }

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

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

background-color css

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

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

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

border-color css

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

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

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