Html Css Color HEX #47606E Fiord

📋 copy color: '#47606E'

red 71 ◦ green 96 ◦ blue 110

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

Shades of Fiord #47606E

Tints of Fiord #47606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.71%

R = 25.63%
G = 34.66%
B = 39.71%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47606E (or 0x47606E) is known color: Fiord. HEX triplet: 47, 60 and 6E. RGB value is (71,96,110). Sum of RGB (Red+Green+Blue) = 71+96+110=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #47606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47606E is #B89F91. Grayscale: #5A5A5A. Windows color (decimal): -12099474 or 7233607. OLE color: 7233607.

HSL color Cylindrical-coordinate representation of color #47606E: hue angle of 201.54º degrees, saturation: 0.22, 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 #47606E is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 96 110 -
CMYK 0.35 0.13 0 0.57
HSL 201.54º 0.22% 0.35% -
HSV(B) 201.54º 0.35% 0.43% -
XYZ 9.6 10.83 16.34 -
YUV 90.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 71 96 110 0.35 0.13 0 0.57 201.54 0.22 0.35
Hex 47 60 6E 23 D 0 39 CA 16 23
Octal 107 140 156 43 15 0 71 312 26 43
Binary 1000111 1100000 1101110 100011 1101 0 111001 11001010 10110 100011

Color Harmonies of #47606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47606E

Black with #47606E

Text Example


Text Example

White with #47606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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