Html Css Color HEX #495E6F Fiord

📋 copy color: '#495E6F'

red 73 ◦ green 94 ◦ blue 111

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

Shades of Fiord #495E6F

Tints of Fiord #495E6F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.81%

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 26.26%
G = 33.81%
B = 39.93%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495E6F (or 0x495E6F) is known color: Fiord. HEX triplet: 49, 5E and 6F. RGB value is (73,94,111). Sum of RGB (Red+Green+Blue) = 73+94+111=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #495E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E6F is #B6A190. Grayscale: #595959. Windows color (decimal): -11968913 or 7298633. OLE color: 7298633.

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

Color convert

RGB 73 94 111 -
CMYK 0.34 0.15 0 0.56
HSL 206.84º 0.21% 0.36% -
HSV(B) 206.84º 0.34% 0.44% -
XYZ 9.62 10.57 16.57 -
YUV 89.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 73 94 111 0.34 0.15 0 0.56 206.84 0.21 0.36
Hex 49 5E 6F 22 F 0 38 CF 15 24
Octal 111 136 157 42 17 0 70 317 25 44
Binary 1001001 1011110 1101111 100010 1111 0 111000 11001111 10101 100100

Color Harmonies of #495E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E6F

Black with #495E6F

Text Example


Text Example

White with #495E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,94,111); }

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

background-color css

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

 a { background-color: rgb(73,94,111); }

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

border-color css

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

 span { border-color: rgb(73,94,111); }

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