Html Css Color HEX #47547C Chambray

📋 copy color: '#47547C'

red 71 ◦ green 84 ◦ blue 124

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

Shades of Chambray #47547C

Tints of Chambray #47547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

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

R = 25.45%
G = 30.11%
B = 44.44%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47547C (or 0x47547C) is known color: Chambray. HEX triplet: 47, 54 and 7C. RGB value is (71,84,124). Sum of RGB (Red+Green+Blue) = 71+84+124=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #47547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47547C is #B8AB83. Grayscale: #545454. Windows color (decimal): -12102532 or 8148039. OLE color: 8148039.

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

Color convert

RGB 71 84 124 -
CMYK 0.43 0.32 0 0.51
HSL 225.28º 0.27% 0.38% -
HSV(B) 225.28º 0.43% 0.49% -
XYZ 9.41 9.14 20.34 -
YUV 84.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 71 84 124 0.43 0.32 0 0.51 225.28 0.27 0.38
Hex 47 54 7C 2B 20 0 33 E1 1B 26
Octal 107 124 174 53 40 0 63 341 33 46
Binary 1000111 1010100 1111100 101011 100000 0 110011 11100001 11011 100110

Color Harmonies of #47547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47547C

Black with #47547C

Text Example


Text Example

White with #47547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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