Html Css Color HEX #495B62 Fiord

📋 copy color: '#495B62'

red 73 ◦ green 91 ◦ blue 98

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

Shades of Fiord #495B62

Tints of Fiord #495B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.4%

R = 27.86%
G = 34.73%
B = 37.4%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495B62 (or 0x495B62) is known color: Fiord. HEX triplet: 49, 5B and 62. RGB value is (73,91,98). Sum of RGB (Red+Green+Blue) = 73+91+98=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #495B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B62 is #B6A49D. Grayscale: #565656. Windows color (decimal): -11969694 or 6445897. OLE color: 6445897.

HSL color Cylindrical-coordinate representation of color #495B62: hue angle of 196.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495B62 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 91 98 -
CMYK 0.26 0.07 0 0.62
HSL 196.8º 0.15% 0.34% -
HSV(B) 196.8º 0.26% 0.38% -
XYZ 8.69 9.78 12.98 -
YUV 86.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 73 91 98 0.26 0.07 0 0.62 196.8 0.15 0.34
Hex 49 5B 62 1A 7 0 3E C5 F 22
Octal 111 133 142 32 7 0 76 305 17 42
Binary 1001001 1011011 1100010 11010 111 0 111110 11000101 1111 100010

Color Harmonies of #495B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B62

Black with #495B62

Text Example


Text Example

White with #495B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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