#7078AF

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

Shades of Chetwode Blue #7078AF

Tints of Chetwode Blue #7078AF

Color information

#7078AF (or 0x7078AF) is unknown color: approx Chetwode Blue. HEX triplet: 70, 78 and AF. RGB value is (112,120,175). Sum of RGB (Red+Green+Blue) = 112+120+175=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #7078AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7078AF is #8F8750. Grayscale: #7B7B7B. Windows color (decimal): -9406289 or 11499632. OLE color: 11499632.

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

Color convert

RGB112120175-
CMYK0.360.3100.31
HSL232.38º28.25%56.27%-
HSV(B)232.38º36%68.63%-
XYZ21.1419.9743.3-
YUV123.88156.85119.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.52%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=27.52%
G=29.48%
B=43.00%

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
Decimal1121201750.360.3100.31232.3828.2556.27
Hex7078AF241F01Fe81c38
Octal16017025744370373503470
Binary1110000111100010101111100100111110111111110100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7078AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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