Html Css Color HEX #47587A Chambray

📋 copy color: '#47587A'

red 71 ◦ green 88 ◦ blue 122

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

Shades of Chambray #47587A

Tints of Chambray #47587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.42%

R = 25.27%
G = 31.32%
B = 43.42%

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

#47587A (or 0x47587A) is known color: Chambray. HEX triplet: 47, 58 and 7A. RGB value is (71,88,122). Sum of RGB (Red+Green+Blue) = 71+88+122=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #47587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47587A is #B8A785. Grayscale: #565656. Windows color (decimal): -12101510 or 8017991. OLE color: 8017991.

HSL color Cylindrical-coordinate representation of color #47587A: hue angle of 220º degrees, saturation: 0.26, 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 #47587A is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 88 122 -
CMYK 0.42 0.28 0 0.52
HSL 220º 0.26% 0.38% -
HSV(B) 220º 0.42% 0.48% -
XYZ 9.6 9.72 19.78 -
YUV 86.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 71 88 122 0.42 0.28 0 0.52 220 0.26 0.38
Hex 47 58 7A 2A 1C 0 34 DC 1A 26
Octal 107 130 172 52 34 0 64 334 32 46
Binary 1000111 1011000 1111010 101010 11100 0 110100 11011100 11010 100110

Color Harmonies of #47587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47587A

Black with #47587A

Text Example


Text Example

White with #47587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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