Html Css Color HEX #47586B Chambray

📋 copy color: '#47586B'

red 71 ◦ green 88 ◦ blue 107

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

Shades of Chambray #47586B

Tints of Chambray #47586B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.23%

R = 26.69%
G = 33.08%
B = 40.23%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47586B (or 0x47586B) is known color: Chambray. HEX triplet: 47, 58 and 6B. RGB value is (71,88,107). Sum of RGB (Red+Green+Blue) = 71+88+107=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #47586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47586B is #B8A794. Grayscale: #545454. Windows color (decimal): -12101525 or 7034951. OLE color: 7034951.

HSL color Cylindrical-coordinate representation of color #47586B: hue angle of 211.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47586B is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 88 107 -
CMYK 0.34 0.18 0 0.58
HSL 211.67º 0.2% 0.35% -
HSV(B) 211.67º 0.34% 0.42% -
XYZ 8.74 9.38 15.26 -
YUV 85.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 71 88 107 0.34 0.18 0 0.58 211.67 0.2 0.35
Hex 47 58 6B 22 12 0 3A D4 14 23
Octal 107 130 153 42 22 0 72 324 24 43
Binary 1000111 1011000 1101011 100010 10010 0 111010 11010100 10100 100011

Color Harmonies of #47586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47586B

Black with #47586B

Text Example


Text Example

White with #47586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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