Html Css Color HEX #475B61 Fiord

📋 copy color: '#475B61'

red 71 ◦ green 91 ◦ blue 97

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

Shades of Fiord #475B61

Tints of Fiord #475B61

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.14%

 BLUE value IS 97 (38.28% from 255) = 37.45%

R = 27.41%
G = 35.14%
B = 37.45%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475B61 (or 0x475B61) is known color: Fiord. HEX triplet: 47, 5B and 61. RGB value is (71,91,97). Sum of RGB (Red+Green+Blue) = 71+91+97=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #475B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B61 is #B8A49E. Grayscale: #555555. Windows color (decimal): -12100767 or 6380359. OLE color: 6380359.

HSL color Cylindrical-coordinate representation of color #475B61: hue angle of 193.85º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #475B61 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 91 97 -
CMYK 0.27 0.06 0 0.62
HSL 193.85º 0.15% 0.33% -
HSV(B) 193.85º 0.27% 0.38% -
XYZ 8.5 9.68 12.73 -
YUV 85.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 71 91 97 0.27 0.06 0 0.62 193.85 0.15 0.33
Hex 47 5B 61 1B 6 0 3E C2 F 21
Octal 107 133 141 33 6 0 76 302 17 41
Binary 1000111 1011011 1100001 11011 110 0 111110 11000010 1111 100001

Color Harmonies of #475B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B61

Black with #475B61

Text Example


Text Example

White with #475B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,91,97); }

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

background-color css

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

 a { background-color: rgb(71,91,97); }

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

border-color css

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

 span { border-color: rgb(71,91,97); }

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