Html Css Color HEX #475580 Chambray

📋 copy color: '#475580'

red 71 ◦ green 85 ◦ blue 128

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

Shades of Chambray #475580

Tints of Chambray #475580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.93%

 BLUE value IS 128 (50.39% from 255) = 45.07%

R = 25%
G = 29.93%
B = 45.07%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#475580 (or 0x475580) is known color: Chambray. HEX triplet: 47, 55 and 80. RGB value is (71,85,128). Sum of RGB (Red+Green+Blue) = 71+85+128=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #475580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475580 is #B8AA7F. Grayscale: #555555. Windows color (decimal): -12102272 or 8410439. OLE color: 8410439.

HSL color Cylindrical-coordinate representation of color #475580: hue angle of 225.26º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #475580 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 85 128 -
CMYK 0.45 0.34 0 0.50
HSL 225.26º 0.29% 0.39% -
HSV(B) 225.26º 0.45% 0.5% -
XYZ 9.74 9.4 21.72 -
YUV 85.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 71 85 128 0.45 0.34 0 0.50 225.26 0.29 0.39
Hex 47 55 80 2D 22 0 32 E1 1D 27
Octal 107 125 200 55 42 0 62 341 35 47
Binary 1000111 1010101 10000000 101101 100010 0 110010 11100001 11101 100111

Color Harmonies of #475580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475580

Black with #475580

Text Example


Text Example

White with #475580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475580; }

 p { color: rgb(71,85,128); }

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

background-color css

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

 a { background-color: rgb(71,85,128); }

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

border-color css

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

 span { border-color: rgb(71,85,128); }

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