Html Css Color HEX #47587C Chambray

📋 copy color: '#47587C'

red 71 ◦ green 88 ◦ blue 124

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

Shades of Chambray #47587C

Tints of Chambray #47587C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.82%

R = 25.09%
G = 31.1%
B = 43.82%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47587C (or 0x47587C) is known color: Chambray. HEX triplet: 47, 58 and 7C. RGB value is (71,88,124). Sum of RGB (Red+Green+Blue) = 71+88+124=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #47587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47587C is #B8A783. Grayscale: #565656. Windows color (decimal): -12101508 or 8149063. OLE color: 8149063.

HSL color Cylindrical-coordinate representation of color #47587C: hue angle of 220.75º degrees, saturation: 0.27, 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 #47587C is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 88 124 -
CMYK 0.43 0.29 0 0.51
HSL 220.75º 0.27% 0.38% -
HSV(B) 220.75º 0.43% 0.49% -
XYZ 9.73 9.77 20.44 -
YUV 87.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 71 88 124 0.43 0.29 0 0.51 220.75 0.27 0.38
Hex 47 58 7C 2B 1D 0 33 DD 1B 26
Octal 107 130 174 53 35 0 63 335 33 46
Binary 1000111 1011000 1111100 101011 11101 0 110011 11011101 11011 100110

Color Harmonies of #47587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47587C

Black with #47587C

Text Example


Text Example

White with #47587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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