#7079AF

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

Shades of Chetwode Blue #7079AF

Tints of Chetwode Blue #7079AF

Color information

#7079AF (or 0x7079AF) is unknown color: approx Chetwode Blue. HEX triplet: 70, 79 and AF. RGB value is (112,121,175). Sum of RGB (Red+Green+Blue) = 112+121+175=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #7079AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7079AF is #8F8650. Grayscale: #7C7C7C. Windows color (decimal): -9406033 or 11499888. OLE color: 11499888.

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

Color convert

RGB112121175-
CMYK0.360.3100.31
HSL231.43º28.25%56.27%-
HSV(B)231.43º36%68.63%-
XYZ21.2620.2143.34-
YUV124.46156.52119.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.45%
GREEN value IS 121 (47.66% from 255) = 29.66%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=27.45%
G=29.66%
B=42.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121211750.360.3100.31231.4328.2556.27
Hex7079AF241F01Fe71c38
Octal16017125744370373473470
Binary1110000111100110101111100100111110111111110011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7079AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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