Html Css Color HEX #475D84 Chambray

📋 copy color: '#475D84'

red 71 ◦ green 93 ◦ blue 132

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

Shades of Chambray #475D84

Tints of Chambray #475D84

RGB

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

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

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

R = 23.99%
G = 31.42%
B = 44.59%

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

#475D84 (or 0x475D84) is known color: Chambray. HEX triplet: 47, 5D and 84. RGB value is (71,93,132). Sum of RGB (Red+Green+Blue) = 71+93+132=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #475D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D84 is #B8A27B. Grayscale: #5A5A5A. Windows color (decimal): -12100220 or 8674631. OLE color: 8674631.

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

Color convert

RGB 71 93 132 -
CMYK 0.46 0.30 0 0.48
HSL 218.36º 0.3% 0.4% -
HSV(B) 218.36º 0.46% 0.52% -
XYZ 10.68 10.83 23.36 -
YUV 90.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 71 93 132 0.46 0.30 0 0.48 218.36 0.3 0.4
Hex 47 5D 84 2E 1E 0 30 DA 1E 28
Octal 107 135 204 56 36 0 60 332 36 50
Binary 1000111 1011101 10000100 101110 11110 0 110000 11011010 11110 101000

Color Harmonies of #475D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D84

Black with #475D84

Text Example


Text Example

White with #475D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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