Html Css Color HEX #47557D Chambray

📋 copy color: '#47557D'

red 71 ◦ green 85 ◦ blue 125

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

Shades of Chambray #47557D

Tints of Chambray #47557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 25.27%
G = 30.25%
B = 44.48%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47557D (or 0x47557D) is known color: Chambray. HEX triplet: 47, 55 and 7D. RGB value is (71,85,125). Sum of RGB (Red+Green+Blue) = 71+85+125=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #47557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47557D is #B8AA82. Grayscale: #555555. Windows color (decimal): -12102275 or 8213831. OLE color: 8213831.

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

Color convert

RGB 71 85 125 -
CMYK 0.43 0.32 0 0.51
HSL 224.44º 0.28% 0.38% -
HSV(B) 224.44º 0.43% 0.49% -
XYZ 9.55 9.32 20.7 -
YUV 85.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 71 85 125 0.43 0.32 0 0.51 224.44 0.28 0.38
Hex 47 55 7D 2B 20 0 33 E0 1C 26
Octal 107 125 175 53 40 0 63 340 34 46
Binary 1000111 1010101 1111101 101011 100000 0 110011 11100000 11100 100110

Color Harmonies of #47557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47557D

Black with #47557D

Text Example


Text Example

White with #47557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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