Html Css Color HEX #475C82 Chambray

📋 copy color: '#475C82'

red 71 ◦ green 92 ◦ blue 130

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

Shades of Chambray #475C82

Tints of Chambray #475C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 24.23%
G = 31.4%
B = 44.37%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#475C82 (or 0x475C82) is known color: Chambray. HEX triplet: 47, 5C and 82. RGB value is (71,92,130). Sum of RGB (Red+Green+Blue) = 71+92+130=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #475C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475C82 is #B8A37D. Grayscale: #595959. Windows color (decimal): -12100478 or 8543303. OLE color: 8543303.

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

Color convert

RGB 71 92 130 -
CMYK 0.45 0.29 0 0.49
HSL 218.64º 0.29% 0.39% -
HSV(B) 218.64º 0.45% 0.51% -
XYZ 10.45 10.61 22.62 -
YUV 90.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 71 92 130 0.45 0.29 0 0.49 218.64 0.29 0.39
Hex 47 5C 82 2D 1D 0 31 DB 1D 27
Octal 107 134 202 55 35 0 61 333 35 47
Binary 1000111 1011100 10000010 101101 11101 0 110001 11011011 11101 100111

Color Harmonies of #475C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C82

Black with #475C82

Text Example


Text Example

White with #475C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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