Html Css Color HEX #495A63 Fiord

📋 copy color: '#495A63'

red 73 ◦ green 90 ◦ blue 99

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

Shades of Fiord #495A63

Tints of Fiord #495A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.79%

R = 27.86%
G = 34.35%
B = 37.79%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#495A63 (or 0x495A63) is known color: Fiord. HEX triplet: 49, 5A and 63. RGB value is (73,90,99). Sum of RGB (Red+Green+Blue) = 73+90+99=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #495A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A63 is #B6A59C. Grayscale: #555555. Windows color (decimal): -11969949 or 6511177. OLE color: 6511177.

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

Color convert

RGB 73 90 99 -
CMYK 0.26 0.09 0 0.61
HSL 200.77º 0.15% 0.34% -
HSV(B) 200.77º 0.26% 0.39% -
XYZ 8.66 9.63 13.21 -
YUV 85.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 73 90 99 0.26 0.09 0 0.61 200.77 0.15 0.34
Hex 49 5A 63 1A 9 0 3D C9 F 22
Octal 111 132 143 32 11 0 75 311 17 42
Binary 1001001 1011010 1100011 11010 1001 0 111101 11001001 1111 100010

Color Harmonies of #495A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A63

Black with #495A63

Text Example


Text Example

White with #495A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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