Html Css Color HEX #47597C Chambray

📋 copy color: '#47597C'

red 71 ◦ green 89 ◦ blue 124

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

Shades of Chambray #47597C

Tints of Chambray #47597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 25%
G = 31.34%
B = 43.66%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47597C (or 0x47597C) is known color: Chambray. HEX triplet: 47, 59 and 7C. RGB value is (71,89,124). Sum of RGB (Red+Green+Blue) = 71+89+124=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #47597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47597C is #B8A683. Grayscale: #575757. Windows color (decimal): -12101252 or 8149319. OLE color: 8149319.

HSL color Cylindrical-coordinate representation of color #47597C: hue angle of 219.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47597C is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 89 124 -
CMYK 0.43 0.28 0 0.51
HSL 219.62º 0.27% 0.38% -
HSV(B) 219.62º 0.43% 0.49% -
XYZ 9.81 9.94 20.47 -
YUV 87.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 71 89 124 0.43 0.28 0 0.51 219.62 0.27 0.38
Hex 47 59 7C 2B 1C 0 33 DC 1B 26
Octal 107 131 174 53 34 0 63 334 33 46
Binary 1000111 1011001 1111100 101011 11100 0 110011 11011100 11011 100110

Color Harmonies of #47597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47597C

Black with #47597C

Text Example


Text Example

White with #47597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47597C; }

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

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

background-color css

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

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

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

border-color css

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

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

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