Html Css Color HEX #475584 Chambray

📋 copy color: '#475584'

red 71 ◦ green 85 ◦ blue 132

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

Shades of Chambray #475584

Tints of Chambray #475584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.83%

R = 24.65%
G = 29.51%
B = 45.83%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#475584 (or 0x475584) is known color: Chambray. HEX triplet: 47, 55 and 84. RGB value is (71,85,132). Sum of RGB (Red+Green+Blue) = 71+85+132=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #475584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475584 is #B8AA7B. Grayscale: #555555. Windows color (decimal): -12102268 or 8672583. OLE color: 8672583.

HSL color Cylindrical-coordinate representation of color #475584: hue angle of 226.23º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475584 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 85 132 -
CMYK 0.46 0.36 0 0.48
HSL 226.23º 0.3% 0.4% -
HSV(B) 226.23º 0.46% 0.52% -
XYZ 10.01 9.5 23.14 -
YUV 86.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 71 85 132 0.46 0.36 0 0.48 226.23 0.3 0.4
Hex 47 55 84 2E 24 0 30 E2 1E 28
Octal 107 125 204 56 44 0 60 342 36 50
Binary 1000111 1010101 10000100 101110 100100 0 110000 11100010 11110 101000

Color Harmonies of #475584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475584

Black with #475584

Text Example


Text Example

White with #475584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475584; }

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

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

background-color css

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

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

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

border-color css

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

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

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