Html Css Color HEX #47557C Chambray

📋 copy color: '#47557C'

red 71 ◦ green 85 ◦ blue 124

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

Shades of Chambray #47557C

Tints of Chambray #47557C

RGB

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

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

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

R = 25.36%
G = 30.36%
B = 44.29%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47557C (or 0x47557C) is known color: Chambray. HEX triplet: 47, 55 and 7C. RGB value is (71,85,124). Sum of RGB (Red+Green+Blue) = 71+85+124=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #47557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47557C is #B8AA83. Grayscale: #555555. Windows color (decimal): -12102276 or 8148295. OLE color: 8148295.

HSL color Cylindrical-coordinate representation of color #47557C: hue angle of 224.15º 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 #47557C is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 85 124 -
CMYK 0.43 0.31 0 0.51
HSL 224.15º 0.27% 0.38% -
HSV(B) 224.15º 0.43% 0.49% -
XYZ 9.49 9.29 20.36 -
YUV 85.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 71 85 124 0.43 0.31 0 0.51 224.15 0.27 0.38
Hex 47 55 7C 2B 1F 0 33 E0 1B 26
Octal 107 125 174 53 37 0 63 340 33 46
Binary 1000111 1010101 1111100 101011 11111 0 110011 11100000 11011 100110

Color Harmonies of #47557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47557C

Black with #47557C

Text Example


Text Example

White with #47557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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