Html Css Color HEX #495861 Fiord

📋 copy color: '#495861'

red 73 ◦ green 88 ◦ blue 97

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

Shades of Fiord #495861

Tints of Fiord #495861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

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

R = 28.29%
G = 34.11%
B = 37.6%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495861 (or 0x495861) is known color: Fiord. HEX triplet: 49, 58 and 61. RGB value is (73,88,97). Sum of RGB (Red+Green+Blue) = 73+88+97=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #495861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495861 is #B6A79E. Grayscale: #545454. Windows color (decimal): -11970463 or 6379593. OLE color: 6379593.

HSL color Cylindrical-coordinate representation of color #495861: hue angle of 202.5º 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 #495861 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 88 97 -
CMYK 0.25 0.09 0 0.62
HSL 202.5º 0.14% 0.33% -
HSV(B) 202.5º 0.25% 0.38% -
XYZ 8.4 9.26 12.65 -
YUV 84.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 73 88 97 0.25 0.09 0 0.62 202.5 0.14 0.33
Hex 49 58 61 19 9 0 3E CA E 21
Octal 111 130 141 31 11 0 76 312 16 41
Binary 1001001 1011000 1100001 11001 1001 0 111110 11001010 1110 100001

Color Harmonies of #495861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495861

Black with #495861

Text Example


Text Example

White with #495861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495861; }

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

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

background-color css

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

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

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

border-color css

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

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

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