#7476A6

Color #7476A6 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7476A6

Tints of Chetwode Blue #7476A6

Color information

#7476A6 (or 0x7476A6) is unknown color: approx Chetwode Blue. HEX triplet: 74, 76 and A6. RGB value is (116,118,166). Sum of RGB (Red+Green+Blue) = 116+118+166=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 166 - color contains mainly: blue. Hex color #7476A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7476A6 is #8B8959. Grayscale: #7A7A7A. Windows color (decimal): -9144666 or 10909300. OLE color: 10909300.

HSL color Cylindrical-coordinate representation of color #7476A6: hue angle of 237.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7476A6 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB116118166-
CMYK0.300.2900.35
HSL237.6º21.93%55.29%-
HSV(B)237.6º30.12%65.1%-
XYZ20.5619.4238.74-
YUV122.87152.34123.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 166 (65.23% from 255) = 41.5%
R=29%
G=29.5%
B=41.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161181660.300.2900.35237.621.9355.29
Hex7476A61E1D023ee1637
Octal16416624636350433562667
Binary1110100111011010100110111101110101000111110111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7476A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7476A6; }

 p { color: rgb(116,118,166); }

 H1.HeaderClassName
 {
   color: #7476A6;
 }
 .AnyTagClassName
 {
   color: #7476A6;
 }
</style>
background-color css

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

 a { background-color: rgb(116,118,166); }

 div.DivClassName
 {
   background-color: #7476A6;
 }
 .BgClassName
 {
   background-color: #7476A6;
 }
</style>
border-color css

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

 span { border-color: rgb(116,118,166); }

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