Html Css Color HEX #495D6B Fiord

📋 copy color: '#495D6B'

red 73 ◦ green 93 ◦ blue 107

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

Shades of Fiord #495D6B

Tints of Fiord #495D6B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.07%

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

R = 26.74%
G = 34.07%
B = 39.19%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#495D6B (or 0x495D6B) is known color: Fiord. HEX triplet: 49, 5D and 6B. RGB value is (73,93,107). Sum of RGB (Red+Green+Blue) = 73+93+107=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #495D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D6B is #B6A294. Grayscale: #585858. Windows color (decimal): -11969173 or 7036233. OLE color: 7036233.

HSL color Cylindrical-coordinate representation of color #495D6B: hue angle of 204.71º 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 #495D6B is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 93 107 -
CMYK 0.32 0.13 0 0.58
HSL 204.71º 0.19% 0.35% -
HSV(B) 204.71º 0.32% 0.42% -
XYZ 9.32 10.31 15.41 -
YUV 88.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 73 93 107 0.32 0.13 0 0.58 204.71 0.19 0.35
Hex 49 5D 6B 20 D 0 3A CD 13 23
Octal 111 135 153 40 15 0 72 315 23 43
Binary 1001001 1011101 1101011 100000 1101 0 111010 11001101 10011 100011

Color Harmonies of #495D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D6B

Black with #495D6B

Text Example


Text Example

White with #495D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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