Html Css Color HEX #476079 Chambray

📋 copy color: '#476079'

red 71 ◦ green 96 ◦ blue 121

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

Shades of Chambray #476079

Tints of Chambray #476079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.33%

 BLUE value IS 121 (47.66% from 255) = 42.01%

R = 24.65%
G = 33.33%
B = 42.01%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476079 (or 0x476079) is known color: Chambray. HEX triplet: 47, 60 and 79. RGB value is (71,96,121). Sum of RGB (Red+Green+Blue) = 71+96+121=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #476079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476079 is #B89F86. Grayscale: #5B5B5B. Windows color (decimal): -12099463 or 7954503. OLE color: 7954503.

HSL color Cylindrical-coordinate representation of color #476079: hue angle of 210º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #476079 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 96 121 -
CMYK 0.41 0.21 0 0.53
HSL 210º 0.26% 0.38% -
HSV(B) 210º 0.41% 0.47% -
XYZ 10.23 11.09 19.69 -
YUV 91.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 71 96 121 0.41 0.21 0 0.53 210 0.26 0.38
Hex 47 60 79 29 15 0 35 D2 1A 26
Octal 107 140 171 51 25 0 65 322 32 46
Binary 1000111 1100000 1111001 101001 10101 0 110101 11010010 11010 100110

Color Harmonies of #476079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476079

Black with #476079

Text Example


Text Example

White with #476079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476079; }

 p { color: rgb(71,96,121); }

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

background-color css

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

 a { background-color: rgb(71,96,121); }

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

border-color css

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

 span { border-color: rgb(71,96,121); }

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