#747BAC

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

Shades of Chetwode Blue #747BAC

Tints of Chetwode Blue #747BAC

Color information

#747BAC (or 0x747BAC) is unknown color: approx Chetwode Blue. HEX triplet: 74, 7B and AC. RGB value is (116,123,172). Sum of RGB (Red+Green+Blue) = 116+123+172=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #747BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BAC is #8B8453. Grayscale: #7E7E7E. Windows color (decimal): -9143380 or 11303796. OLE color: 11303796.

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

Color convert

RGB116123172-
CMYK0.330.2800.33
HSL232.5º25.23%56.47%-
HSV(B)232.5º32.56%67.45%-
XYZ21.7320.8641.91-
YUV126.49153.68120.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=28.22%
G=29.93%
B=41.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161231720.330.2800.33232.525.2356.47
Hex747BAC211C021e81938
Octal16417325441340413503170
Binary11101001111011101011001000011110001000011110100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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