Html Css Color HEX #476071 Fiord

📋 copy color: '#476071'

red 71 ◦ green 96 ◦ blue 113

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

Shades of Fiord #476071

Tints of Fiord #476071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 25.36%
G = 34.29%
B = 40.36%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#476071 (or 0x476071) is known color: Fiord. HEX triplet: 47, 60 and 71. RGB value is (71,96,113). Sum of RGB (Red+Green+Blue) = 71+96+113=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #476071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476071 is #B89F8E. Grayscale: #5A5A5A. Windows color (decimal): -12099471 or 7430215. OLE color: 7430215.

HSL color Cylindrical-coordinate representation of color #476071: hue angle of 204.29º degrees, saturation: 0.23, 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 #476071 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 96 113 -
CMYK 0.37 0.15 0 0.56
HSL 204.29º 0.23% 0.36% -
HSV(B) 204.29º 0.37% 0.44% -
XYZ 9.76 10.9 17.21 -
YUV 90.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 71 96 113 0.37 0.15 0 0.56 204.29 0.23 0.36
Hex 47 60 71 25 F 0 38 CC 17 24
Octal 107 140 161 45 17 0 70 314 27 44
Binary 1000111 1100000 1110001 100101 1111 0 111000 11001100 10111 100100

Color Harmonies of #476071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476071

Black with #476071

Text Example


Text Example

White with #476071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476071; }

 p { color: rgb(71,96,113); }

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

background-color css

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

 a { background-color: rgb(71,96,113); }

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

border-color css

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

 span { border-color: rgb(71,96,113); }

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