Html Css Color HEX #47557F Chambray

📋 copy color: '#47557F'

red 71 ◦ green 85 ◦ blue 127

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

Shades of Chambray #47557F

Tints of Chambray #47557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

 BLUE value IS 127 (50% from 255) = 44.88%

R = 25.09%
G = 30.04%
B = 44.88%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47557F (or 0x47557F) is known color: Chambray. HEX triplet: 47, 55 and 7F. RGB value is (71,85,127). Sum of RGB (Red+Green+Blue) = 71+85+127=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #47557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47557F is #B8AA80. Grayscale: #555555. Windows color (decimal): -12102273 or 8344903. OLE color: 8344903.

HSL color Cylindrical-coordinate representation of color #47557F: hue angle of 225º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47557F is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 85 127 -
CMYK 0.44 0.33 0 0.50
HSL 225º 0.28% 0.39% -
HSV(B) 225º 0.44% 0.5% -
XYZ 9.68 9.37 21.38 -
YUV 85.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 71 85 127 0.44 0.33 0 0.50 225 0.28 0.39
Hex 47 55 7F 2C 21 0 32 E1 1C 27
Octal 107 125 177 54 41 0 62 341 34 47
Binary 1000111 1010101 1111111 101100 100001 0 110010 11100001 11100 100111

Color Harmonies of #47557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47557F

Black with #47557F

Text Example


Text Example

White with #47557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47557F; }

 p { color: rgb(71,85,127); }

 H1.HeaderClassName
 {
   color: #47557F;
 }
 .AnyTagClassName
 {
   color: #47557F;
 }
</style>

background-color css

<style>
 a { background-color: #47557F; }

 a { background-color: rgb(71,85,127); }

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

border-color css

<style>
 span { border-color: #47557F; }

 span { border-color: rgb(71,85,127); }

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