#7073af

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

Shades of Chetwode Blue #7073AF

Tints of Chetwode Blue #7073AF

Color information

#7073AF (or 0x7073AF) is unknown color: approx Chetwode Blue. HEX triplet: 70, 73 and AF. RGB value is (112,115,175). Sum of RGB (Red+Green+Blue) = 112+115+175=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #7073AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7073AF is #8F8C50. Grayscale: #787878. Windows color (decimal): -9407569 or 11498352. OLE color: 11498352.

HSL color Cylindrical-coordinate representation of color #7073AF: hue angle of 237.14º 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 #7073AF is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112115175-
CMYK0.360.3400.31
HSL237.14º28.25%56.27%-
HSV(B)237.14º36%68.63%-
XYZ20.5518.843.1-
YUV120.94158.51121.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=27.86%
G=28.61%
B=43.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121151750.360.3400.31237.1428.2556.27
Hex7073AF242201Fed1c38
Octal16016325744420373553470
Binary11100001110011101011111001001000100111111110110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7073af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7073af; }

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

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

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

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

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

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

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

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