Html Css Color HEX #47566F Chambray

📋 copy color: '#47566F'

red 71 ◦ green 86 ◦ blue 111

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

Shades of Chambray #47566F

Tints of Chambray #47566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 111 (43.75% from 255) = 41.42%

R = 26.49%
G = 32.09%
B = 41.42%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47566F (or 0x47566F) is known color: Chambray. HEX triplet: 47, 56 and 6F. RGB value is (71,86,111). Sum of RGB (Red+Green+Blue) = 71+86+111=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 111 - color contains mainly: blue. Hex color #47566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47566F is #B8A990. Grayscale: #545454. Windows color (decimal): -12102033 or 7296583. OLE color: 7296583.

HSL color Cylindrical-coordinate representation of color #47566F: hue angle of 217.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #47566F is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 86 111 -
CMYK 0.36 0.23 0 0.56
HSL 217.5º 0.22% 0.36% -
HSV(B) 217.5º 0.36% 0.44% -
XYZ 8.8 9.14 16.34 -
YUV 84.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 71 86 111 0.36 0.23 0 0.56 217.5 0.22 0.36
Hex 47 56 6F 24 17 0 38 DA 16 24
Octal 107 126 157 44 27 0 70 332 26 44
Binary 1000111 1010110 1101111 100100 10111 0 111000 11011010 10110 100100

Color Harmonies of #47566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47566F

Black with #47566F

Text Example


Text Example

White with #47566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,86,111); }

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

background-color css

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

 a { background-color: rgb(71,86,111); }

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

border-color css

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

 span { border-color: rgb(71,86,111); }

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