#7078A5

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

Shades of Chetwode Blue #7078A5

Tints of Chetwode Blue #7078A5

Color information

#7078A5 (or 0x7078A5) is unknown color: approx Chetwode Blue. HEX triplet: 70, 78 and A5. RGB value is (112,120,165). Sum of RGB (Red+Green+Blue) = 112+120+165=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 165 - color contains mainly: blue. Hex color #7078A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7078A5 is #8F875A. Grayscale: #7A7A7A. Windows color (decimal): -9406299 or 10844272. OLE color: 10844272.

HSL color Cylindrical-coordinate representation of color #7078A5: hue angle of 230.94º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7078A5 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB112120165-
CMYK0.320.2700.35
HSL230.94º22.75%54.31%-
HSV(B)230.94º32.12%64.71%-
XYZ20.1919.5938.32-
YUV122.74151.85120.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=28.21%
G=30.23%
B=41.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121201650.320.2700.35230.9422.7554.31
Hex7078A5201B023e71736
Octal16017024540330433472766
Binary11100001111000101001011000001101101000111110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7078A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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