Html Css Color HEX #476076 Chambray

📋 copy color: '#476076'

red 71 ◦ green 96 ◦ blue 118

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

Shades of Chambray #476076

Tints of Chambray #476076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 24.91%
G = 33.68%
B = 41.4%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476076 (or 0x476076) is known color: Chambray. HEX triplet: 47, 60 and 76. RGB value is (71,96,118). Sum of RGB (Red+Green+Blue) = 71+96+118=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #476076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476076 is #B89F89. Grayscale: #5A5A5A. Windows color (decimal): -12099466 or 7757895. OLE color: 7757895.

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

Color convert

RGB 71 96 118 -
CMYK 0.40 0.19 0 0.54
HSL 208.09º 0.25% 0.37% -
HSV(B) 208.09º 0.4% 0.46% -
XYZ 10.05 11.01 18.74 -
YUV 91.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 71 96 118 0.40 0.19 0 0.54 208.09 0.25 0.37
Hex 47 60 76 28 13 0 36 D0 19 25
Octal 107 140 166 50 23 0 66 320 31 45
Binary 1000111 1100000 1110110 101000 10011 0 110110 11010000 11001 100101

Color Harmonies of #476076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476076

Black with #476076

Text Example


Text Example

White with #476076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476076; }

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

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

background-color css

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

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

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

border-color css

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

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

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