Html Css Color HEX #475C68 Fiord

📋 copy color: '#475C68'

red 71 ◦ green 92 ◦ blue 104

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

Shades of Fiord #475C68

Tints of Fiord #475C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.46%

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

R = 26.59%
G = 34.46%
B = 38.95%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#475C68 (or 0x475C68) is known color: Fiord. HEX triplet: 47, 5C and 68. RGB value is (71,92,104). Sum of RGB (Red+Green+Blue) = 71+92+104=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #475C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C68 is #B8A397. Grayscale: #575757. Windows color (decimal): -12100504 or 6839367. OLE color: 6839367.

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

Color convert

RGB 71 92 104 -
CMYK 0.32 0.12 0 0.59
HSL 201.82º 0.19% 0.34% -
HSV(B) 201.82º 0.32% 0.41% -
XYZ 8.92 9.99 14.56 -
YUV 87.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 71 92 104 0.32 0.12 0 0.59 201.82 0.19 0.34
Hex 47 5C 68 20 C 0 3B CA 13 22
Octal 107 134 150 40 14 0 73 312 23 42
Binary 1000111 1011100 1101000 100000 1100 0 111011 11001010 10011 100010

Color Harmonies of #475C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C68

Black with #475C68

Text Example


Text Example

White with #475C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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