Html Css Color HEX #475B63 Fiord

📋 copy color: '#475B63'

red 71 ◦ green 91 ◦ blue 99

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

Shades of Fiord #475B63

Tints of Fiord #475B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.93%

R = 27.2%
G = 34.87%
B = 37.93%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#475B63 (or 0x475B63) is known color: Fiord. HEX triplet: 47, 5B and 63. RGB value is (71,91,99). Sum of RGB (Red+Green+Blue) = 71+91+99=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #475B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B63 is #B8A49C. Grayscale: #555555. Windows color (decimal): -12100765 or 6511431. OLE color: 6511431.

HSL color Cylindrical-coordinate representation of color #475B63: hue angle of 197.14º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475B63 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 91 99 -
CMYK 0.28 0.08 0 0.61
HSL 197.14º 0.16% 0.33% -
HSV(B) 197.14º 0.28% 0.39% -
XYZ 8.59 9.72 13.23 -
YUV 85.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 71 91 99 0.28 0.08 0 0.61 197.14 0.16 0.33
Hex 47 5B 63 1C 8 0 3D C5 10 21
Octal 107 133 143 34 10 0 75 305 20 41
Binary 1000111 1011011 1100011 11100 1000 0 111101 11000101 10000 100001

Color Harmonies of #475B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B63

Black with #475B63

Text Example


Text Example

White with #475B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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