Html Css Color HEX #47596B Fiord

📋 copy color: '#47596B'

red 71 ◦ green 89 ◦ blue 107

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

Shades of Fiord #47596B

Tints of Fiord #47596B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.33%

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 26.59%
G = 33.33%
B = 40.07%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47596B (or 0x47596B) is known color: Fiord. HEX triplet: 47, 59 and 6B. RGB value is (71,89,107). Sum of RGB (Red+Green+Blue) = 71+89+107=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #47596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47596B is #B8A694. Grayscale: #555555. Windows color (decimal): -12101269 or 7035207. OLE color: 7035207.

HSL color Cylindrical-coordinate representation of color #47596B: hue angle of 210º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47596B is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 89 107 -
CMYK 0.34 0.17 0 0.58
HSL 210º 0.2% 0.35% -
HSV(B) 210º 0.34% 0.42% -
XYZ 8.82 9.55 15.29 -
YUV 85.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 71 89 107 0.34 0.17 0 0.58 210 0.2 0.35
Hex 47 59 6B 22 11 0 3A D2 14 23
Octal 107 131 153 42 21 0 72 322 24 43
Binary 1000111 1011001 1101011 100010 10001 0 111010 11010010 10100 100011

Color Harmonies of #47596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47596B

Black with #47596B

Text Example


Text Example

White with #47596B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47596B; }

 p { color: rgb(71,89,107); }

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

background-color css

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

 a { background-color: rgb(71,89,107); }

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

border-color css

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

 span { border-color: rgb(71,89,107); }

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