Html Css Color HEX #475D6F Fiord

📋 copy color: '#475D6F'

red 71 ◦ green 93 ◦ blue 111

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

Shades of Fiord #475D6F

Tints of Fiord #475D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 25.82%
G = 33.82%
B = 40.36%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#475D6F (or 0x475D6F) is known color: Fiord. HEX triplet: 47, 5D and 6F. RGB value is (71,93,111). Sum of RGB (Red+Green+Blue) = 71+93+111=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #475D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D6F is #B8A290. Grayscale: #585858. Windows color (decimal): -12100241 or 7298375. OLE color: 7298375.

HSL color Cylindrical-coordinate representation of color #475D6F: hue angle of 207º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #475D6F is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 93 111 -
CMYK 0.36 0.16 0 0.56
HSL 207º 0.22% 0.36% -
HSV(B) 207º 0.36% 0.44% -
XYZ 9.38 10.32 16.54 -
YUV 88.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 71 93 111 0.36 0.16 0 0.56 207 0.22 0.36
Hex 47 5D 6F 24 10 0 38 CF 16 24
Octal 107 135 157 44 20 0 70 317 26 44
Binary 1000111 1011101 1101111 100100 10000 0 111000 11001111 10110 100100

Color Harmonies of #475D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D6F

Black with #475D6F

Text Example


Text Example

White with #475D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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