Html Css Color HEX #495A62 Fiord

📋 copy color: '#495A62'

red 73 ◦ green 90 ◦ blue 98

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

Shades of Fiord #495A62

Tints of Fiord #495A62

RGB

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

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

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

R = 27.97%
G = 34.48%
B = 37.55%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#495A62 (or 0x495A62) is known color: Fiord. HEX triplet: 49, 5A and 62. RGB value is (73,90,98). Sum of RGB (Red+Green+Blue) = 73+90+98=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #495A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A62 is #B6A59D. Grayscale: #555555. Windows color (decimal): -11969950 or 6445641. OLE color: 6445641.

HSL color Cylindrical-coordinate representation of color #495A62: hue angle of 199.2º 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 #495A62 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 90 98 -
CMYK 0.26 0.08 0 0.62
HSL 199.2º 0.15% 0.34% -
HSV(B) 199.2º 0.26% 0.38% -
XYZ 8.61 9.61 12.96 -
YUV 85.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 73 90 98 0.26 0.08 0 0.62 199.2 0.15 0.34
Hex 49 5A 62 1A 8 0 3E C7 F 22
Octal 111 132 142 32 10 0 76 307 17 42
Binary 1001001 1011010 1100010 11010 1000 0 111110 11000111 1111 100010

Color Harmonies of #495A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A62

Black with #495A62

Text Example


Text Example

White with #495A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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