Html Css Color HEX #47587B Chambray

📋 copy color: '#47587B'

red 71 ◦ green 88 ◦ blue 123

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

Shades of Chambray #47587B

Tints of Chambray #47587B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 25.18%
G = 31.21%
B = 43.62%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47587B (or 0x47587B) is known color: Chambray. HEX triplet: 47, 58 and 7B. RGB value is (71,88,123). Sum of RGB (Red+Green+Blue) = 71+88+123=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #47587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47587B is #B8A784. Grayscale: #565656. Windows color (decimal): -12101509 or 8083527. OLE color: 8083527.

HSL color Cylindrical-coordinate representation of color #47587B: hue angle of 220.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47587B is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 88 123 -
CMYK 0.42 0.28 0 0.52
HSL 220.38º 0.27% 0.38% -
HSV(B) 220.38º 0.42% 0.48% -
XYZ 9.66 9.75 20.11 -
YUV 86.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 71 88 123 0.42 0.28 0 0.52 220.38 0.27 0.38
Hex 47 58 7B 2A 1C 0 34 DC 1B 26
Octal 107 130 173 52 34 0 64 334 33 46
Binary 1000111 1011000 1111011 101010 11100 0 110100 11011100 11011 100110

Color Harmonies of #47587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47587B

Black with #47587B

Text Example


Text Example

White with #47587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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