Html Css Color HEX #475E68 Fiord

📋 copy color: '#475E68'

red 71 ◦ green 94 ◦ blue 104

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

Shades of Fiord #475E68

Tints of Fiord #475E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.94%

 BLUE value IS 104 (41.02% from 255) = 38.66%

R = 26.39%
G = 34.94%
B = 38.66%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#475E68 (or 0x475E68) is known color: Fiord. HEX triplet: 47, 5E and 68. RGB value is (71,94,104). Sum of RGB (Red+Green+Blue) = 71+94+104=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #475E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E68 is #B8A197. Grayscale: #585858. Windows color (decimal): -12099992 or 6839879. OLE color: 6839879.

HSL color Cylindrical-coordinate representation of color #475E68: hue angle of 198.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475E68 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 94 104 -
CMYK 0.32 0.10 0 0.59
HSL 198.18º 0.19% 0.34% -
HSV(B) 198.18º 0.32% 0.41% -
XYZ 9.1 10.34 14.61 -
YUV 88.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 71 94 104 0.32 0.10 0 0.59 198.18 0.19 0.34
Hex 47 5E 68 20 A 0 3B C6 13 22
Octal 107 136 150 40 12 0 73 306 23 42
Binary 1000111 1011110 1101000 100000 1010 0 111011 11000110 10011 100010

Color Harmonies of #475E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E68

Black with #475E68

Text Example


Text Example

White with #475E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,94,104); }

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

background-color css

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

 a { background-color: rgb(71,94,104); }

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

border-color css

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

 span { border-color: rgb(71,94,104); }

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