Html Css Color HEX #47586C Chambray

📋 copy color: '#47586C'

red 71 ◦ green 88 ◦ blue 108

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

Shades of Chambray #47586C

Tints of Chambray #47586C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.45%

R = 26.59%
G = 32.96%
B = 40.45%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47586C (or 0x47586C) is known color: Chambray. HEX triplet: 47, 58 and 6C. RGB value is (71,88,108). Sum of RGB (Red+Green+Blue) = 71+88+108=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #47586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47586C is #B8A793. Grayscale: #555555. Windows color (decimal): -12101524 or 7100487. OLE color: 7100487.

HSL color Cylindrical-coordinate representation of color #47586C: hue angle of 212.43º degrees, saturation: 0.21, 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 #47586C is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 88 108 -
CMYK 0.34 0.19 0 0.58
HSL 212.43º 0.21% 0.35% -
HSV(B) 212.43º 0.34% 0.42% -
XYZ 8.8 9.4 15.54 -
YUV 85.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 71 88 108 0.34 0.19 0 0.58 212.43 0.21 0.35
Hex 47 58 6C 22 13 0 3A D4 15 23
Octal 107 130 154 42 23 0 72 324 25 43
Binary 1000111 1011000 1101100 100010 10011 0 111010 11010100 10101 100011

Color Harmonies of #47586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47586C

Black with #47586C

Text Example


Text Example

White with #47586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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