#747BAE

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

Shades of Chetwode Blue #747BAE

Tints of Chetwode Blue #747BAE

Color information

#747BAE (or 0x747BAE) is unknown color: approx Chetwode Blue. HEX triplet: 74, 7B and AE. RGB value is (116,123,174). Sum of RGB (Red+Green+Blue) = 116+123+174=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #747BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BAE is #8B8451. Grayscale: #7E7E7E. Windows color (decimal): -9143378 or 11434868. OLE color: 11434868.

HSL color Cylindrical-coordinate representation of color #747BAE: hue angle of 232.76º 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 #747BAE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116123174-
CMYK0.330.2900.32
HSL232.76º26.36%56.86%-
HSV(B)232.76º33.33%68.24%-
XYZ21.9320.9342.93-
YUV126.72154.68120.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.09%
GREEN value IS 123 (48.44% from 255) = 29.78%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=28.09%
G=29.78%
B=42.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161231740.330.2900.32232.7626.3656.86
Hex747BAE211D020e91a39
Octal16417325641350403513271
Binary11101001111011101011101000011110101000001110100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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