#7070AF

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

Shades of Chetwode Blue #7070AF

Tints of Chetwode Blue #7070AF

Color information

#7070AF (or 0x7070AF) is unknown color: approx Chetwode Blue. HEX triplet: 70, 70 and AF. RGB value is (112,112,175). Sum of RGB (Red+Green+Blue) = 112+112+175=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #7070AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7070AF is #8F8F50. Grayscale: #767676. Windows color (decimal): -9408337 or 11497584. OLE color: 11497584.

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

Color convert

RGB112112175-
CMYK0.360.3600.31
HSL240º28.25%56.27%-
HSV(B)240º36%68.63%-
XYZ20.2118.1342.99-
YUV119.18159.5122.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=28.07%
G=28.07%
B=43.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121121750.360.3600.3124028.2556.27
Hex7070AF242401Ff01c38
Octal16016025744440373603470
Binary11100001110000101011111001001001000111111111000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7070AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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