#747AAE

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

Shades of Chetwode Blue #747AAE

Tints of Chetwode Blue #747AAE

Color information

#747AAE (or 0x747AAE) is unknown color: approx Chetwode Blue. HEX triplet: 74, 7A and AE. RGB value is (116,122,174). Sum of RGB (Red+Green+Blue) = 116+122+174=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #747AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AAE is #8B8551. Grayscale: #7D7D7D. Windows color (decimal): -9143634 or 11434612. OLE color: 11434612.

HSL color Cylindrical-coordinate representation of color #747AAE: hue angle of 233.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747AAE is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116122174-
CMYK0.330.3000.32
HSL233.79º26.36%56.86%-
HSV(B)233.79º33.33%68.24%-
XYZ21.820.6942.89-
YUV126.13155.01120.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.16%
GREEN value IS 122 (48.05% from 255) = 29.61%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=28.16%
G=29.61%
B=42.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161221740.330.3000.32233.7926.3656.86
Hex747AAE211E020ea1a39
Octal16417225641360403523271
Binary11101001111010101011101000011111001000001110101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747AAE; }

 p { color: rgb(116,122,174); }

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

<style>
 a { background-color: #747AAE; }

 a { background-color: rgb(116,122,174); }

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

<style>
 span { border-color: #747AAE; }

 span { border-color: rgb(116,122,174); }

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