#7278AB

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

Shades of Chetwode Blue #7278AB

Tints of Chetwode Blue #7278AB

Color information

#7278AB (or 0x7278AB) is unknown color: approx Chetwode Blue. HEX triplet: 72, 78 and AB. RGB value is (114,120,171). Sum of RGB (Red+Green+Blue) = 114+120+171=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #7278AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7278AB is #8D8754. Grayscale: #7B7B7B. Windows color (decimal): -9275221 or 11237490. OLE color: 11237490.

HSL color Cylindrical-coordinate representation of color #7278AB: hue angle of 233.68º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7278AB is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114120171-
CMYK0.330.3000.33
HSL233.68º25.33%55.88%-
HSV(B)233.68º33.33%67.06%-
XYZ21.0119.9541.27-
YUV124.02154.51120.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=28.15%
G=29.63%
B=42.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141201710.330.3000.33233.6825.3355.88
Hex7278AB211E021ea1938
Octal16217025341360413523170
Binary11100101111000101010111000011111001000011110101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7278AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,120,171); }

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

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

 a { background-color: rgb(114,120,171); }

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

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

 span { border-color: rgb(114,120,171); }

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