Html Css Color HEX #475585 Chambray

📋 copy color: '#475585'

red 71 ◦ green 85 ◦ blue 133

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

Shades of Chambray #475585

Tints of Chambray #475585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 24.57%
G = 29.41%
B = 46.02%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#475585 (or 0x475585) is known color: Chambray. HEX triplet: 47, 55 and 85. RGB value is (71,85,133). Sum of RGB (Red+Green+Blue) = 71+85+133=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #475585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475585 is #B8AA7A. Grayscale: #565656. Windows color (decimal): -12102267 or 8738119. OLE color: 8738119.

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

Color convert

RGB 71 85 133 -
CMYK 0.47 0.36 0 0.48
HSL 226.45º 0.3% 0.4% -
HSV(B) 226.45º 0.47% 0.52% -
XYZ 10.08 9.53 23.5 -
YUV 86.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 71 85 133 0.47 0.36 0 0.48 226.45 0.3 0.4
Hex 47 55 85 2F 24 0 30 E2 1E 28
Octal 107 125 205 57 44 0 60 342 36 50
Binary 1000111 1010101 10000101 101111 100100 0 110000 11100010 11110 101000

Color Harmonies of #475585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475585

Black with #475585

Text Example


Text Example

White with #475585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475585; }

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

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

background-color css

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

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

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

border-color css

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

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

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