Html Css Color HEX #47606D Fiord

📋 copy color: '#47606D'

red 71 ◦ green 96 ◦ blue 109

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

Shades of Fiord #47606D

Tints of Fiord #47606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 25.72%
G = 34.78%
B = 39.49%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47606D (or 0x47606D) is known color: Fiord. HEX triplet: 47, 60 and 6D. RGB value is (71,96,109). Sum of RGB (Red+Green+Blue) = 71+96+109=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #47606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47606D is #B89F92. Grayscale: #595959. Windows color (decimal): -12099475 or 7168071. OLE color: 7168071.

HSL color Cylindrical-coordinate representation of color #47606D: hue angle of 200.53º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47606D is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 96 109 -
CMYK 0.35 0.12 0 0.57
HSL 200.53º 0.21% 0.35% -
HSV(B) 200.53º 0.35% 0.43% -
XYZ 9.54 10.81 16.05 -
YUV 90.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 71 96 109 0.35 0.12 0 0.57 200.53 0.21 0.35
Hex 47 60 6D 23 C 0 39 C9 15 23
Octal 107 140 155 43 14 0 71 311 25 43
Binary 1000111 1100000 1101101 100011 1100 0 111001 11001001 10101 100011

Color Harmonies of #47606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47606D

Black with #47606D

Text Example


Text Example

White with #47606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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