Html Css Color HEX #475D82 Chambray

📋 copy color: '#475D82'

red 71 ◦ green 93 ◦ blue 130

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

Shades of Chambray #475D82

Tints of Chambray #475D82

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.63%

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

R = 24.15%
G = 31.63%
B = 44.22%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#475D82 (or 0x475D82) is known color: Chambray. HEX triplet: 47, 5D and 82. RGB value is (71,93,130). Sum of RGB (Red+Green+Blue) = 71+93+130=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #475D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D82 is #B8A27D. Grayscale: #5A5A5A. Windows color (decimal): -12100222 or 8543559. OLE color: 8543559.

HSL color Cylindrical-coordinate representation of color #475D82: hue angle of 217.63º 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 #475D82 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 93 130 -
CMYK 0.45 0.28 0 0.49
HSL 217.63º 0.29% 0.39% -
HSV(B) 217.63º 0.45% 0.51% -
XYZ 10.54 10.78 22.64 -
YUV 90.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 71 93 130 0.45 0.28 0 0.49 217.63 0.29 0.39
Hex 47 5D 82 2D 1C 0 31 DA 1D 27
Octal 107 135 202 55 34 0 61 332 35 47
Binary 1000111 1011101 10000010 101101 11100 0 110001 11011010 11101 100111

Color Harmonies of #475D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D82

Black with #475D82

Text Example


Text Example

White with #475D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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