#747AAD

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

Shades of Chetwode Blue #747AAD

Tints of Chetwode Blue #747AAD

Color information

#747AAD (or 0x747AAD) is unknown color: approx Chetwode Blue. HEX triplet: 74, 7A and AD. RGB value is (116,122,173). Sum of RGB (Red+Green+Blue) = 116+122+173=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #747AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AAD is #8B8552. Grayscale: #7D7D7D. Windows color (decimal): -9143635 or 11369076. OLE color: 11369076.

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

Color convert

RGB116122173-
CMYK0.330.2900.32
HSL233.68º25.79%56.67%-
HSV(B)233.68º32.95%67.84%-
XYZ21.720.6542.38-
YUV126.02154.51120.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=28.22%
G=29.68%
B=42.09%

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
Decimal1161221730.330.2900.32233.6825.7956.67
Hex747AAD211D020ea1a39
Octal16417225541350403523271
Binary11101001111010101011011000011110101000001110101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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