Html Css Color HEX #495E6A Fiord

📋 copy color: '#495E6A'

red 73 ◦ green 94 ◦ blue 106

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

Shades of Fiord #495E6A

Tints of Fiord #495E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.83%

R = 26.74%
G = 34.43%
B = 38.83%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#495E6A (or 0x495E6A) is known color: Fiord. HEX triplet: 49, 5E and 6A. RGB value is (73,94,106). Sum of RGB (Red+Green+Blue) = 73+94+106=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #495E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E6A is #B6A195. Grayscale: #595959. Windows color (decimal): -11968918 or 6970953. OLE color: 6970953.

HSL color Cylindrical-coordinate representation of color #495E6A: hue angle of 201.82º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #495E6A is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 94 106 -
CMYK 0.31 0.11 0 0.58
HSL 201.82º 0.18% 0.35% -
HSV(B) 201.82º 0.31% 0.42% -
XYZ 9.35 10.46 15.16 -
YUV 89.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 73 94 106 0.31 0.11 0 0.58 201.82 0.18 0.35
Hex 49 5E 6A 1F B 0 3A CA 12 23
Octal 111 136 152 37 13 0 72 312 22 43
Binary 1001001 1011110 1101010 11111 1011 0 111010 11001010 10010 100011

Color Harmonies of #495E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E6A

Black with #495E6A

Text Example


Text Example

White with #495E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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