Html Css Color HEX #475C84 Chambray

📋 copy color: '#475C84'

red 71 ◦ green 92 ◦ blue 132

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

Shades of Chambray #475C84

Tints of Chambray #475C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

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

R = 24.07%
G = 31.19%
B = 44.75%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#475C84 (or 0x475C84) is known color: Chambray. HEX triplet: 47, 5C and 84. RGB value is (71,92,132). Sum of RGB (Red+Green+Blue) = 71+92+132=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #475C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475C84 is #B8A37B. Grayscale: #5A5A5A. Windows color (decimal): -12100476 or 8674375. OLE color: 8674375.

HSL color Cylindrical-coordinate representation of color #475C84: hue angle of 219.34º 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 #475C84 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 92 132 -
CMYK 0.46 0.30 0 0.48
HSL 219.34º 0.3% 0.4% -
HSV(B) 219.34º 0.46% 0.52% -
XYZ 10.59 10.66 23.33 -
YUV 90.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 71 92 132 0.46 0.30 0 0.48 219.34 0.3 0.4
Hex 47 5C 84 2E 1E 0 30 DB 1E 28
Octal 107 134 204 56 36 0 60 333 36 50
Binary 1000111 1011100 10000100 101110 11110 0 110000 11011011 11110 101000

Color Harmonies of #475C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C84

Black with #475C84

Text Example


Text Example

White with #475C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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