Html Css Color HEX #47597A Chambray

📋 copy color: '#47597A'

red 71 ◦ green 89 ◦ blue 122

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

Shades of Chambray #47597A

Tints of Chambray #47597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.26%

R = 25.18%
G = 31.56%
B = 43.26%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47597A (or 0x47597A) is known color: Chambray. HEX triplet: 47, 59 and 7A. RGB value is (71,89,122). Sum of RGB (Red+Green+Blue) = 71+89+122=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #47597A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47597A is #B8A685. Grayscale: #575757. Windows color (decimal): -12101254 or 8018247. OLE color: 8018247.

HSL color Cylindrical-coordinate representation of color #47597A: hue angle of 218.82º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47597A is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 89 122 -
CMYK 0.42 0.27 0 0.52
HSL 218.82º 0.26% 0.38% -
HSV(B) 218.82º 0.42% 0.48% -
XYZ 9.68 9.89 19.81 -
YUV 87.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 71 89 122 0.42 0.27 0 0.52 218.82 0.26 0.38
Hex 47 59 7A 2A 1B 0 34 DB 1A 26
Octal 107 131 172 52 33 0 64 333 32 46
Binary 1000111 1011001 1111010 101010 11011 0 110100 11011011 11010 100110

Color Harmonies of #47597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47597A

Black with #47597A

Text Example


Text Example

White with #47597A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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