Html Css Color HEX #475D65 Fiord

📋 copy color: '#475D65'

red 71 ◦ green 93 ◦ blue 101

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

Shades of Fiord #475D65

Tints of Fiord #475D65

RGB

 RED value IS 71 (28.13% from 255) = 26.79%

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

 BLUE value IS 101 (39.84% from 255) = 38.11%

R = 26.79%
G = 35.09%
B = 38.11%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#475D65 (or 0x475D65) is known color: Fiord. HEX triplet: 47, 5D and 65. RGB value is (71,93,101). Sum of RGB (Red+Green+Blue) = 71+93+101=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #475D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D65 is #B8A29A. Grayscale: #575757. Windows color (decimal): -12100251 or 6643015. OLE color: 6643015.

HSL color Cylindrical-coordinate representation of color #475D65: hue angle of 196º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475D65 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 93 101 -
CMYK 0.30 0.08 0 0.60
HSL 196º 0.17% 0.34% -
HSV(B) 196º 0.3% 0.4% -
XYZ 8.86 10.11 13.8 -
YUV 87.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 71 93 101 0.30 0.08 0 0.60 196 0.17 0.34
Hex 47 5D 65 1E 8 0 3C C4 11 22
Octal 107 135 145 36 10 0 74 304 21 42
Binary 1000111 1011101 1100101 11110 1000 0 111100 11000100 10001 100010

Color Harmonies of #475D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D65

Black with #475D65

Text Example


Text Example

White with #475D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475D65; }

 p { color: rgb(71,93,101); }

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

background-color css

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

 a { background-color: rgb(71,93,101); }

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

border-color css

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

 span { border-color: rgb(71,93,101); }

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