Html Css Color HEX #495767 Fiord

📋 copy color: '#495767'

red 73 ◦ green 87 ◦ blue 103

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

Shades of Fiord #495767

Tints of Fiord #495767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.08%

 BLUE value IS 103 (40.63% from 255) = 39.16%

R = 27.76%
G = 33.08%
B = 39.16%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#495767 (or 0x495767) is known color: Fiord. HEX triplet: 49, 57 and 67. RGB value is (73,87,103). Sum of RGB (Red+Green+Blue) = 73+87+103=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 103 - color contains mainly: blue. Hex color #495767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495767 is #B6A898. Grayscale: #545454. Windows color (decimal): -11970713 or 6772553. OLE color: 6772553.

HSL color Cylindrical-coordinate representation of color #495767: hue angle of 212º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #495767 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 87 103 -
CMYK 0.29 0.16 0 0.60
HSL 212º 0.17% 0.35% -
HSV(B) 212º 0.29% 0.4% -
XYZ 8.6 9.21 14.16 -
YUV 84.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 73 87 103 0.29 0.16 0 0.60 212 0.17 0.35
Hex 49 57 67 1D 10 0 3C D4 11 23
Octal 111 127 147 35 20 0 74 324 21 43
Binary 1001001 1010111 1100111 11101 10000 0 111100 11010100 10001 100011

Color Harmonies of #495767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495767

Black with #495767

Text Example


Text Example

White with #495767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495767; }

 p { color: rgb(73,87,103); }

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

background-color css

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

 a { background-color: rgb(73,87,103); }

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

border-color css

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

 span { border-color: rgb(73,87,103); }

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