Html Css Color HEX #47586E Chambray

📋 copy color: '#47586E'

red 71 ◦ green 88 ◦ blue 110

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

Shades of Chambray #47586E

Tints of Chambray #47586E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.89%

R = 26.39%
G = 32.71%
B = 40.89%

CMYK

 C value IS 0.35

 M value IS 0.2

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47586E (or 0x47586E) is known color: Chambray. HEX triplet: 47, 58 and 6E. RGB value is (71,88,110). Sum of RGB (Red+Green+Blue) = 71+88+110=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #47586E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47586E is #B8A791. Grayscale: #555555. Windows color (decimal): -12101522 or 7231559. OLE color: 7231559.

HSL color Cylindrical-coordinate representation of color #47586E: hue angle of 213.85º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47586E is Cyan = 0.35, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 88 110 -
CMYK 0.35 0.2 0 0.57
HSL 213.85º 0.22% 0.35% -
HSV(B) 213.85º 0.35% 0.43% -
XYZ 8.9 9.44 16.11 -
YUV 85.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 71 88 110 0.35 0.2 0 0.57 213.85 0.22 0.35
Hex 47 58 6E 23 14 0 39 D6 16 23
Octal 107 130 156 43 24 0 71 326 26 43
Binary 1000111 1011000 1101110 100011 10100 0 111001 11010110 10110 100011

Color Harmonies of #47586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47586E

Black with #47586E

Text Example


Text Example

White with #47586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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