Html Css Color HEX #475968 Fiord

📋 copy color: '#475968'

red 71 ◦ green 89 ◦ blue 104

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

Shades of Fiord #475968

Tints of Fiord #475968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.71%

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

R = 26.89%
G = 33.71%
B = 39.39%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#475968 (or 0x475968) is known color: Fiord. HEX triplet: 47, 59 and 68. RGB value is (71,89,104). Sum of RGB (Red+Green+Blue) = 71+89+104=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #475968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475968 is #B8A697. Grayscale: #555555. Windows color (decimal): -12101272 or 6838599. OLE color: 6838599.

HSL color Cylindrical-coordinate representation of color #475968: hue angle of 207.27º 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 #475968 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 89 104 -
CMYK 0.32 0.14 0 0.59
HSL 207.27º 0.19% 0.34% -
HSV(B) 207.27º 0.32% 0.41% -
XYZ 8.67 9.48 14.47 -
YUV 85.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 71 89 104 0.32 0.14 0 0.59 207.27 0.19 0.34
Hex 47 59 68 20 E 0 3B CF 13 22
Octal 107 131 150 40 16 0 73 317 23 42
Binary 1000111 1011001 1101000 100000 1110 0 111011 11001111 10011 100010

Color Harmonies of #475968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475968

Black with #475968

Text Example


Text Example

White with #475968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475968; }

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

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

background-color css

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

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

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

border-color css

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

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

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