#7479AF

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

Shades of Chetwode Blue #7479AF

Tints of Chetwode Blue #7479AF

Color information

#7479AF (or 0x7479AF) is unknown color: approx Chetwode Blue. HEX triplet: 74, 79 and AF. RGB value is (116,121,175). Sum of RGB (Red+Green+Blue) = 116+121+175=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #7479AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7479AF is #8B8650. Grayscale: #7D7D7D. Windows color (decimal): -9143889 or 11499892. OLE color: 11499892.

HSL color Cylindrical-coordinate representation of color #7479AF: hue angle of 234.92º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7479AF is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116121175-
CMYK0.340.3100.31
HSL234.92º26.94%57.06%-
HSV(B)234.92º33.71%68.63%-
XYZ21.7820.4843.36-
YUV125.66155.84121.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.16%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=28.16%
G=29.37%
B=42.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161211750.340.3100.31234.9226.9457.06
Hex7479AF221F01Feb1b39
Octal16417125742370373533371
Binary1110100111100110101111100010111110111111110101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7479AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7479AF; }

 p { color: rgb(116,121,175); }

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

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

 a { background-color: rgb(116,121,175); }

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

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

 span { border-color: rgb(116,121,175); }

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