Html Css Color HEX #495A65 Fiord

📋 copy color: '#495A65'

red 73 ◦ green 90 ◦ blue 101

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

Shades of Fiord #495A65

Tints of Fiord #495A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.09%

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 27.65%
G = 34.09%
B = 38.26%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#495A65 (or 0x495A65) is known color: Fiord. HEX triplet: 49, 5A and 65. RGB value is (73,90,101). Sum of RGB (Red+Green+Blue) = 73+90+101=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #495A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A65 is #B6A59A. Grayscale: #565656. Windows color (decimal): -11969947 or 6642249. OLE color: 6642249.

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

Color convert

RGB 73 90 101 -
CMYK 0.28 0.11 0 0.60
HSL 203.57º 0.16% 0.34% -
HSV(B) 203.57º 0.28% 0.4% -
XYZ 8.75 9.67 13.72 -
YUV 86.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 73 90 101 0.28 0.11 0 0.60 203.57 0.16 0.34
Hex 49 5A 65 1C B 0 3C CC 10 22
Octal 111 132 145 34 13 0 74 314 20 42
Binary 1001001 1011010 1100101 11100 1011 0 111100 11001100 10000 100010

Color Harmonies of #495A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A65

Black with #495A65

Text Example


Text Example

White with #495A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,90,101); }

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

background-color css

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

 a { background-color: rgb(73,90,101); }

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

border-color css

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

 span { border-color: rgb(73,90,101); }

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