Html Css Color HEX #47586D Chambray

📋 copy color: '#47586D'

red 71 ◦ green 88 ◦ blue 109

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

Shades of Chambray #47586D

Tints of Chambray #47586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 26.49%
G = 32.84%
B = 40.67%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47586D (or 0x47586D) is known color: Chambray. HEX triplet: 47, 58 and 6D. RGB value is (71,88,109). Sum of RGB (Red+Green+Blue) = 71+88+109=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #47586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47586D is #B8A792. Grayscale: #555555. Windows color (decimal): -12101523 or 7166023. OLE color: 7166023.

HSL color Cylindrical-coordinate representation of color #47586D: hue angle of 213.16º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47586D is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 88 109 -
CMYK 0.35 0.19 0 0.57
HSL 213.16º 0.21% 0.35% -
HSV(B) 213.16º 0.35% 0.43% -
XYZ 8.85 9.42 15.82 -
YUV 85.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 71 88 109 0.35 0.19 0 0.57 213.16 0.21 0.35
Hex 47 58 6D 23 13 0 39 D5 15 23
Octal 107 130 155 43 23 0 71 325 25 43
Binary 1000111 1011000 1101101 100011 10011 0 111001 11010101 10101 100011

Color Harmonies of #47586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47586D

Black with #47586D

Text Example


Text Example

White with #47586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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