Html Css Color HEX #476077 Chambray

📋 copy color: '#476077'

red 71 ◦ green 96 ◦ blue 119

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

Shades of Chambray #476077

Tints of Chambray #476077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.61%

R = 24.83%
G = 33.57%
B = 41.61%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476077 (or 0x476077) is known color: Chambray. HEX triplet: 47, 60 and 77. RGB value is (71,96,119). Sum of RGB (Red+Green+Blue) = 71+96+119=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #476077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476077 is #B89F88. Grayscale: #5B5B5B. Windows color (decimal): -12099465 or 7823431. OLE color: 7823431.

HSL color Cylindrical-coordinate representation of color #476077: hue angle of 208.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #476077 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 96 119 -
CMYK 0.40 0.19 0 0.53
HSL 208.75º 0.25% 0.37% -
HSV(B) 208.75º 0.4% 0.47% -
XYZ 10.11 11.04 19.05 -
YUV 91.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 71 96 119 0.40 0.19 0 0.53 208.75 0.25 0.37
Hex 47 60 77 28 13 0 35 D1 19 25
Octal 107 140 167 50 23 0 65 321 31 45
Binary 1000111 1100000 1110111 101000 10011 0 110101 11010001 11001 100101

Color Harmonies of #476077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476077

Black with #476077

Text Example


Text Example

White with #476077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476077; }

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

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

background-color css

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

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

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

border-color css

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

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

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