Html Css Color HEX #476170 Fiord

📋 copy color: '#476170'

red 71 ◦ green 97 ◦ blue 112

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

Shades of Fiord #476170

Tints of Fiord #476170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.64%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 25.36%
G = 34.64%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#476170 (or 0x476170) is known color: Fiord. HEX triplet: 47, 61 and 70. RGB value is (71,97,112). Sum of RGB (Red+Green+Blue) = 71+97+112=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #476170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476170 is #B89E8F. Grayscale: #5A5A5A. Windows color (decimal): -12099216 or 7364935. OLE color: 7364935.

HSL color Cylindrical-coordinate representation of color #476170: hue angle of 201.95º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476170 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 97 112 -
CMYK 0.37 0.13 0 0.56
HSL 201.95º 0.22% 0.36% -
HSV(B) 201.95º 0.37% 0.44% -
XYZ 9.8 11.06 16.95 -
YUV 90.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 71 97 112 0.37 0.13 0 0.56 201.95 0.22 0.36
Hex 47 61 70 25 D 0 38 CA 16 24
Octal 107 141 160 45 15 0 70 312 26 44
Binary 1000111 1100001 1110000 100101 1101 0 111000 11001010 10110 100100

Color Harmonies of #476170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476170

Black with #476170

Text Example


Text Example

White with #476170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476170; }

 p { color: rgb(71,97,112); }

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

background-color css

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

 a { background-color: rgb(71,97,112); }

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

border-color css

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

 span { border-color: rgb(71,97,112); }

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