Html Css Color HEX #495E6B Fiord

📋 copy color: '#495E6B'

red 73 ◦ green 94 ◦ blue 107

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

Shades of Fiord #495E6B

Tints of Fiord #495E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.05%

R = 26.64%
G = 34.31%
B = 39.05%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#495E6B (or 0x495E6B) is known color: Fiord. HEX triplet: 49, 5E and 6B. RGB value is (73,94,107). Sum of RGB (Red+Green+Blue) = 73+94+107=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #495E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E6B is #B6A194. Grayscale: #595959. Windows color (decimal): -11968917 or 7036489. OLE color: 7036489.

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

Color convert

RGB 73 94 107 -
CMYK 0.32 0.12 0 0.58
HSL 202.94º 0.19% 0.35% -
HSV(B) 202.94º 0.32% 0.42% -
XYZ 9.4 10.48 15.44 -
YUV 89.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 73 94 107 0.32 0.12 0 0.58 202.94 0.19 0.35
Hex 49 5E 6B 20 C 0 3A CB 13 23
Octal 111 136 153 40 14 0 72 313 23 43
Binary 1001001 1011110 1101011 100000 1100 0 111010 11001011 10011 100011

Color Harmonies of #495E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E6B

Black with #495E6B

Text Example


Text Example

White with #495E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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