Html Css Color HEX #495766 Fiord

📋 copy color: '#495766'

red 73 ◦ green 87 ◦ blue 102

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

Shades of Fiord #495766

Tints of Fiord #495766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.93%

R = 27.86%
G = 33.21%
B = 38.93%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#495766 (or 0x495766) is known color: Fiord. HEX triplet: 49, 57 and 66. RGB value is (73,87,102). Sum of RGB (Red+Green+Blue) = 73+87+102=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 102 - color contains mainly: blue. Hex color #495766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495766 is #B6A899. Grayscale: #545454. Windows color (decimal): -11970714 or 6707017. OLE color: 6707017.

HSL color Cylindrical-coordinate representation of color #495766: hue angle of 211.03º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #495766 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 87 102 -
CMYK 0.28 0.15 0 0.6
HSL 211.03º 0.17% 0.34% -
HSV(B) 211.03º 0.28% 0.4% -
XYZ 8.55 9.19 13.89 -
YUV 84.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 73 87 102 0.28 0.15 0 0.6 211.03 0.17 0.34
Hex 49 57 66 1C F 0 3C D3 11 22
Octal 111 127 146 34 17 0 74 323 21 42
Binary 1001001 1010111 1100110 11100 1111 0 111100 11010011 10001 100010

Color Harmonies of #495766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495766

Black with #495766

Text Example


Text Example

White with #495766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495766; }

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

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

background-color css

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

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

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

border-color css

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

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

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