Html Css Color HEX #47577D Chambray

📋 copy color: '#47577D'

red 71 ◦ green 87 ◦ blue 125

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

Shades of Chambray #47577D

Tints of Chambray #47577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.74%

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

R = 25.09%
G = 30.74%
B = 44.17%

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

#47577D (or 0x47577D) is known color: Chambray. HEX triplet: 47, 57 and 7D. RGB value is (71,87,125). Sum of RGB (Red+Green+Blue) = 71+87+125=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #47577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47577D is #B8A882. Grayscale: #565656. Windows color (decimal): -12101763 or 8214343. OLE color: 8214343.

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

Color convert

RGB 71 87 125 -
CMYK 0.43 0.30 0 0.51
HSL 222.22º 0.28% 0.38% -
HSV(B) 222.22º 0.43% 0.49% -
XYZ 9.71 9.64 20.75 -
YUV 86.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 71 87 125 0.43 0.30 0 0.51 222.22 0.28 0.38
Hex 47 57 7D 2B 1E 0 33 DE 1C 26
Octal 107 127 175 53 36 0 63 336 34 46
Binary 1000111 1010111 1111101 101011 11110 0 110011 11011110 11100 100110

Color Harmonies of #47577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47577D

Black with #47577D

Text Example


Text Example

White with #47577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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