Html Css Color HEX #47587D Chambray

📋 copy color: '#47587D'

red 71 ◦ green 88 ◦ blue 125

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

Shades of Chambray #47587D

Tints of Chambray #47587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.01%

R = 25%
G = 30.99%
B = 44.01%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47587D (or 0x47587D) is known color: Chambray. HEX triplet: 47, 58 and 7D. RGB value is (71,88,125). Sum of RGB (Red+Green+Blue) = 71+88+125=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #47587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47587D is #B8A782. Grayscale: #565656. Windows color (decimal): -12101507 or 8214599. OLE color: 8214599.

HSL color Cylindrical-coordinate representation of color #47587D: hue angle of 221.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47587D is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 88 125 -
CMYK 0.43 0.30 0 0.51
HSL 221.11º 0.28% 0.38% -
HSV(B) 221.11º 0.43% 0.49% -
XYZ 9.79 9.8 20.78 -
YUV 87.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 71 88 125 0.43 0.30 0 0.51 221.11 0.28 0.38
Hex 47 58 7D 2B 1E 0 33 DD 1C 26
Octal 107 130 175 53 36 0 63 335 34 46
Binary 1000111 1011000 1111101 101011 11110 0 110011 11011101 11100 100110

Color Harmonies of #47587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47587D

Black with #47587D

Text Example


Text Example

White with #47587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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