Html Css Color HEX #47577A Chambray

📋 copy color: '#47577A'

red 71 ◦ green 87 ◦ blue 122

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

Shades of Chambray #47577A

Tints of Chambray #47577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.07%

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

R = 25.36%
G = 31.07%
B = 43.57%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47577A (or 0x47577A) is known color: Chambray. HEX triplet: 47, 57 and 7A. RGB value is (71,87,122). Sum of RGB (Red+Green+Blue) = 71+87+122=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #47577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47577A is #B8A885. Grayscale: #565656. Windows color (decimal): -12101766 or 8017735. OLE color: 8017735.

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

Color convert

RGB 71 87 122 -
CMYK 0.42 0.29 0 0.52
HSL 221.18º 0.26% 0.38% -
HSV(B) 221.18º 0.42% 0.48% -
XYZ 9.52 9.56 19.76 -
YUV 86.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 71 87 122 0.42 0.29 0 0.52 221.18 0.26 0.38
Hex 47 57 7A 2A 1D 0 34 DD 1A 26
Octal 107 127 172 52 35 0 64 335 32 46
Binary 1000111 1010111 1111010 101010 11101 0 110100 11011101 11010 100110

Color Harmonies of #47577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47577A

Black with #47577A

Text Example


Text Example

White with #47577A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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