Html Css Color HEX #475674 Chambray

📋 copy color: '#475674'

red 71 ◦ green 86 ◦ blue 116

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

Shades of Chambray #475674

Tints of Chambray #475674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

 BLUE value IS 116 (45.7% from 255) = 42.49%

R = 26.01%
G = 31.5%
B = 42.49%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475674 (or 0x475674) is known color: Chambray. HEX triplet: 47, 56 and 74. RGB value is (71,86,116). Sum of RGB (Red+Green+Blue) = 71+86+116=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #475674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475674 is #B8A98B. Grayscale: #545454. Windows color (decimal): -12102028 or 7624263. OLE color: 7624263.

HSL color Cylindrical-coordinate representation of color #475674: hue angle of 220º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475674 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 86 116 -
CMYK 0.39 0.26 0 0.55
HSL 220º 0.24% 0.37% -
HSV(B) 220º 0.39% 0.45% -
XYZ 9.08 9.26 17.83 -
YUV 84.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 71 86 116 0.39 0.26 0 0.55 220 0.24 0.37
Hex 47 56 74 27 1A 0 37 DC 18 25
Octal 107 126 164 47 32 0 67 334 30 45
Binary 1000111 1010110 1110100 100111 11010 0 110111 11011100 11000 100101

Color Harmonies of #475674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475674

Black with #475674

Text Example


Text Example

White with #475674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475674; }

 p { color: rgb(71,86,116); }

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

background-color css

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

 a { background-color: rgb(71,86,116); }

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

border-color css

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

 span { border-color: rgb(71,86,116); }

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