Html Css Color HEX #495B61 Fiord

📋 copy color: '#495B61'

red 73 ◦ green 91 ◦ blue 97

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

Shades of Fiord #495B61

Tints of Fiord #495B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.16%

R = 27.97%
G = 34.87%
B = 37.16%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495B61 (or 0x495B61) is known color: Fiord. HEX triplet: 49, 5B and 61. RGB value is (73,91,97). Sum of RGB (Red+Green+Blue) = 73+91+97=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #495B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B61 is #B6A49E. Grayscale: #565656. Windows color (decimal): -11969695 or 6380361. OLE color: 6380361.

HSL color Cylindrical-coordinate representation of color #495B61: hue angle of 195º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495B61 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 91 97 -
CMYK 0.25 0.06 0 0.62
HSL 195º 0.14% 0.33% -
HSV(B) 195º 0.25% 0.38% -
XYZ 8.65 9.76 12.74 -
YUV 86.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 73 91 97 0.25 0.06 0 0.62 195 0.14 0.33
Hex 49 5B 61 19 6 0 3E C3 E 21
Octal 111 133 141 31 6 0 76 303 16 41
Binary 1001001 1011011 1100001 11001 110 0 111110 11000011 1110 100001

Color Harmonies of #495B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B61

Black with #495B61

Text Example


Text Example

White with #495B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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