Html Css Color HEX #495B66 Fiord

📋 copy color: '#495B66'

red 73 ◦ green 91 ◦ blue 102

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

Shades of Fiord #495B66

Tints of Fiord #495B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.21%

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

R = 27.44%
G = 34.21%
B = 38.35%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#495B66 (or 0x495B66) is known color: Fiord. HEX triplet: 49, 5B and 66. RGB value is (73,91,102). Sum of RGB (Red+Green+Blue) = 73+91+102=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #495B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B66 is #B6A499. Grayscale: #565656. Windows color (decimal): -11969690 or 6708041. OLE color: 6708041.

HSL color Cylindrical-coordinate representation of color #495B66: hue angle of 202.76º 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 #495B66 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 91 102 -
CMYK 0.28 0.11 0 0.6
HSL 202.76º 0.17% 0.34% -
HSV(B) 202.76º 0.28% 0.4% -
XYZ 8.89 9.86 14 -
YUV 86.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 73 91 102 0.28 0.11 0 0.6 202.76 0.17 0.34
Hex 49 5B 66 1C B 0 3C CB 11 22
Octal 111 133 146 34 13 0 74 313 21 42
Binary 1001001 1011011 1100110 11100 1011 0 111100 11001011 10001 100010

Color Harmonies of #495B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B66

Black with #495B66

Text Example


Text Example

White with #495B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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