Html Css Color HEX #495D6E Fiord

📋 copy color: '#495D6E'

red 73 ◦ green 93 ◦ blue 110

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

Shades of Fiord #495D6E

Tints of Fiord #495D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 26.45%
G = 33.7%
B = 39.86%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#495D6E (or 0x495D6E) is known color: Fiord. HEX triplet: 49, 5D and 6E. RGB value is (73,93,110). Sum of RGB (Red+Green+Blue) = 73+93+110=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #495D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D6E is #B6A291. Grayscale: #585858. Windows color (decimal): -11969170 or 7232841. OLE color: 7232841.

HSL color Cylindrical-coordinate representation of color #495D6E: hue angle of 207.57º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #495D6E is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 93 110 -
CMYK 0.34 0.15 0 0.57
HSL 207.57º 0.2% 0.36% -
HSV(B) 207.57º 0.34% 0.43% -
XYZ 9.48 10.37 16.25 -
YUV 88.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 73 93 110 0.34 0.15 0 0.57 207.57 0.2 0.36
Hex 49 5D 6E 22 F 0 39 D0 14 24
Octal 111 135 156 42 17 0 71 320 24 44
Binary 1001001 1011101 1101110 100010 1111 0 111001 11010000 10100 100100

Color Harmonies of #495D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D6E

Black with #495D6E

Text Example


Text Example

White with #495D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,93,110); }

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

background-color css

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

 a { background-color: rgb(73,93,110); }

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

border-color css

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

 span { border-color: rgb(73,93,110); }

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