Html Css Color HEX #47616F Fiord

📋 copy color: '#47616F'

red 71 ◦ green 97 ◦ blue 111

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

Shades of Fiord #47616F

Tints of Fiord #47616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 25.45%
G = 34.77%
B = 39.78%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47616F (or 0x47616F) is known color: Fiord. HEX triplet: 47, 61 and 6F. RGB value is (71,97,111). Sum of RGB (Red+Green+Blue) = 71+97+111=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #47616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47616F is #B89E90. Grayscale: #5A5A5A. Windows color (decimal): -12099217 or 7299399. OLE color: 7299399.

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

Color convert

RGB 71 97 111 -
CMYK 0.36 0.13 0 0.56
HSL 201º 0.22% 0.36% -
HSV(B) 201º 0.36% 0.44% -
XYZ 9.74 11.04 16.66 -
YUV 90.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 71 97 111 0.36 0.13 0 0.56 201 0.22 0.36
Hex 47 61 6F 24 D 0 38 C9 16 24
Octal 107 141 157 44 15 0 70 311 26 44
Binary 1000111 1100001 1101111 100100 1101 0 111000 11001001 10110 100100

Color Harmonies of #47616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47616F

Black with #47616F

Text Example


Text Example

White with #47616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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