Html Css Color HEX #475974 Chambray

📋 copy color: '#475974'

red 71 ◦ green 89 ◦ blue 116

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

Shades of Chambray #475974

Tints of Chambray #475974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

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

R = 25.72%
G = 32.25%
B = 42.03%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475974 (or 0x475974) is known color: Chambray. HEX triplet: 47, 59 and 74. RGB value is (71,89,116). Sum of RGB (Red+Green+Blue) = 71+89+116=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #475974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475974 is #B8A68B. Grayscale: #565656. Windows color (decimal): -12101260 or 7625031. OLE color: 7625031.

HSL color Cylindrical-coordinate representation of color #475974: hue angle of 216º 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 #475974 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 89 116 -
CMYK 0.39 0.23 0 0.55
HSL 216º 0.24% 0.37% -
HSV(B) 216º 0.39% 0.45% -
XYZ 9.32 9.75 17.91 -
YUV 86.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 71 89 116 0.39 0.23 0 0.55 216 0.24 0.37
Hex 47 59 74 27 17 0 37 D8 18 25
Octal 107 131 164 47 27 0 67 330 30 45
Binary 1000111 1011001 1110100 100111 10111 0 110111 11011000 11000 100101

Color Harmonies of #475974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475974

Black with #475974

Text Example


Text Example

White with #475974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475974; }

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

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

background-color css

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

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

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

border-color css

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

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

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