#7074AB

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

Shades of Chetwode Blue #7074AB

Tints of Chetwode Blue #7074AB

Color information

#7074AB (or 0x7074AB) is unknown color: approx Chetwode Blue. HEX triplet: 70, 74 and AB. RGB value is (112,116,171). Sum of RGB (Red+Green+Blue) = 112+116+171=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #7074AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7074AB is #8F8B54. Grayscale: #787878. Windows color (decimal): -9407317 or 11236464. OLE color: 11236464.

HSL color Cylindrical-coordinate representation of color #7074AB: hue angle of 235.93º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7074AB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112116171-
CMYK0.350.3200.33
HSL235.93º25.99%55.49%-
HSV(B)235.93º34.5%67.06%-
XYZ20.2818.8841.1-
YUV121.07156.17121.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=28.07%
G=29.07%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121161710.350.3200.33235.9325.9955.49
Hex7074AB2320021ec1a37
Octal16016425343400413543267
Binary111000011101001010101110001110000001000011110110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7074AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7074AB; }

 p { color: rgb(112,116,171); }

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

<style>
 a { background-color: #7074AB; }

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

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

<style>
 span { border-color: #7074AB; }

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

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