#747AA9

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

Shades of Chetwode Blue #747AA9

Tints of Chetwode Blue #747AA9

Color information

#747AA9 (or 0x747AA9) is unknown color: approx Chetwode Blue. HEX triplet: 74, 7A and A9. RGB value is (116,122,169). Sum of RGB (Red+Green+Blue) = 116+122+169=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 169 - color contains mainly: blue. Hex color #747AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AA9 is #8B8556. Grayscale: #7D7D7D. Windows color (decimal): -9143639 or 11106932. OLE color: 11106932.

HSL color Cylindrical-coordinate representation of color #747AA9: hue angle of 233.21º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #747AA9 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB116122169-
CMYK0.310.2800.34
HSL233.21º23.56%55.88%-
HSV(B)233.21º31.36%66.27%-
XYZ21.3220.540.37-
YUV125.56152.51121.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 169 (66.41% from 255) = 41.52%
R=28.50%
G=29.98%
B=41.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1161221690.310.2800.34233.2123.5655.88
Hex747AA91F1C022e91838
Octal16417225137340423513070
Binary1110100111101010101001111111110001000101110100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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