Html Css Color HEX #475E69 Fiord

📋 copy color: '#475E69'

red 71 ◦ green 94 ◦ blue 105

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

Shades of Fiord #475E69

Tints of Fiord #475E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 26.3%
G = 34.81%
B = 38.89%

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

#475E69 (or 0x475E69) is known color: Fiord. HEX triplet: 47, 5E and 69. RGB value is (71,94,105). Sum of RGB (Red+Green+Blue) = 71+94+105=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #475E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E69 is #B8A196. Grayscale: #585858. Windows color (decimal): -12099991 or 6905415. OLE color: 6905415.

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

Color convert

RGB 71 94 105 -
CMYK 0.32 0.10 0 0.59
HSL 199.41º 0.19% 0.35% -
HSV(B) 199.41º 0.32% 0.41% -
XYZ 9.15 10.36 14.88 -
YUV 88.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 71 94 105 0.32 0.10 0 0.59 199.41 0.19 0.35
Hex 47 5E 69 20 A 0 3B C7 13 23
Octal 107 136 151 40 12 0 73 307 23 43
Binary 1000111 1011110 1101001 100000 1010 0 111011 11000111 10011 100011

Color Harmonies of #475E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E69

Black with #475E69

Text Example


Text Example

White with #475E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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