Html Css Color HEX #47547E Chambray

📋 copy color: '#47547E'

red 71 ◦ green 84 ◦ blue 126

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

Shades of Chambray #47547E

Tints of Chambray #47547E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.84%

R = 25.27%
G = 29.89%
B = 44.84%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47547E (or 0x47547E) is known color: Chambray. HEX triplet: 47, 54 and 7E. RGB value is (71,84,126). Sum of RGB (Red+Green+Blue) = 71+84+126=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #47547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47547E is #B8AB81. Grayscale: #545454. Windows color (decimal): -12102530 or 8279111. OLE color: 8279111.

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

Color convert

RGB 71 84 126 -
CMYK 0.44 0.33 0 0.51
HSL 225.82º 0.28% 0.39% -
HSV(B) 225.82º 0.44% 0.49% -
XYZ 9.53 9.19 21.01 -
YUV 84.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 71 84 126 0.44 0.33 0 0.51 225.82 0.28 0.39
Hex 47 54 7E 2C 21 0 33 E2 1C 27
Octal 107 124 176 54 41 0 63 342 34 47
Binary 1000111 1010100 1111110 101100 100001 0 110011 11100010 11100 100111

Color Harmonies of #47547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47547E

Black with #47547E

Text Example


Text Example

White with #47547E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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