Html Css Color HEX #47586F Chambray

📋 copy color: '#47586F'

red 71 ◦ green 88 ◦ blue 111

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

Shades of Chambray #47586F

Tints of Chambray #47586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

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

R = 26.3%
G = 32.59%
B = 41.11%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47586F (or 0x47586F) is known color: Chambray. HEX triplet: 47, 58 and 6F. RGB value is (71,88,111). Sum of RGB (Red+Green+Blue) = 71+88+111=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #47586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47586F is #B8A790. Grayscale: #555555. Windows color (decimal): -12101521 or 7297095. OLE color: 7297095.

HSL color Cylindrical-coordinate representation of color #47586F: hue angle of 214.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 #47586F is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 88 111 -
CMYK 0.36 0.21 0 0.56
HSL 214.5º 0.22% 0.36% -
HSV(B) 214.5º 0.36% 0.44% -
XYZ 8.96 9.47 16.39 -
YUV 85.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 71 88 111 0.36 0.21 0 0.56 214.5 0.22 0.36
Hex 47 58 6F 24 15 0 38 D6 16 24
Octal 107 130 157 44 25 0 70 326 26 44
Binary 1000111 1011000 1101111 100100 10101 0 111000 11010110 10110 100100

Color Harmonies of #47586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47586F

Black with #47586F

Text Example


Text Example

White with #47586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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