Html Css Color HEX #495E70 Fiord

📋 copy color: '#495E70'

red 73 ◦ green 94 ◦ blue 112

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

Shades of Fiord #495E70

Tints of Fiord #495E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 26.16%
G = 33.69%
B = 40.14%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#495E70 (or 0x495E70) is known color: Fiord. HEX triplet: 49, 5E and 70. RGB value is (73,94,112). Sum of RGB (Red+Green+Blue) = 73+94+112=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #495E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E70 is #B6A18F. Grayscale: #595959. Windows color (decimal): -11968912 or 7364169. OLE color: 7364169.

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

Color convert

RGB 73 94 112 -
CMYK 0.35 0.16 0 0.56
HSL 207.69º 0.21% 0.36% -
HSV(B) 207.69º 0.35% 0.44% -
XYZ 9.67 10.59 16.86 -
YUV 89.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 73 94 112 0.35 0.16 0 0.56 207.69 0.21 0.36
Hex 49 5E 70 23 10 0 38 D0 15 24
Octal 111 136 160 43 20 0 70 320 25 44
Binary 1001001 1011110 1110000 100011 10000 0 111000 11010000 10101 100100

Color Harmonies of #495E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E70

Black with #495E70

Text Example


Text Example

White with #495E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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