#7279AF

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

Shades of Chetwode Blue #7279AF

Tints of Chetwode Blue #7279AF

Color information

#7279AF (or 0x7279AF) is unknown color: approx Chetwode Blue. HEX triplet: 72, 79 and AF. RGB value is (114,121,175). Sum of RGB (Red+Green+Blue) = 114+121+175=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #7279AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7279AF is #8D8650. Grayscale: #7C7C7C. Windows color (decimal): -9274961 or 11499890. OLE color: 11499890.

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

Color convert

RGB114121175-
CMYK0.350.3100.31
HSL233.11º27.6%56.67%-
HSV(B)233.11º34.86%68.63%-
XYZ21.5120.3543.35-
YUV125.06156.18120.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=27.80%
G=29.51%
B=42.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141211750.350.3100.31233.1127.656.67
Hex7279AF231F01Fe91c39
Octal16217125743370373513471
Binary1110010111100110101111100011111110111111110100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7279AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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