Html Css Color HEX #47587E Chambray

📋 copy color: '#47587E'

red 71 ◦ green 88 ◦ blue 126

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

Shades of Chambray #47587E

Tints of Chambray #47587E

RGB

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

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

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

R = 24.91%
G = 30.88%
B = 44.21%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47587E (or 0x47587E) is known color: Chambray. HEX triplet: 47, 58 and 7E. RGB value is (71,88,126). Sum of RGB (Red+Green+Blue) = 71+88+126=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #47587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47587E is #B8A781. Grayscale: #575757. Windows color (decimal): -12101506 or 8280135. OLE color: 8280135.

HSL color Cylindrical-coordinate representation of color #47587E: hue angle of 221.45º 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 #47587E is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 88 126 -
CMYK 0.44 0.30 0 0.51
HSL 221.45º 0.28% 0.39% -
HSV(B) 221.45º 0.44% 0.49% -
XYZ 9.85 9.83 21.12 -
YUV 87.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 71 88 126 0.44 0.30 0 0.51 221.45 0.28 0.39
Hex 47 58 7E 2C 1E 0 33 DD 1C 27
Octal 107 130 176 54 36 0 63 335 34 47
Binary 1000111 1011000 1111110 101100 11110 0 110011 11011101 11100 100111

Color Harmonies of #47587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47587E

Black with #47587E

Text Example


Text Example

White with #47587E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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