#747AB0

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

Shades of Chetwode Blue #747AB0

Tints of Chetwode Blue #747AB0

Color information

#747AB0 (or 0x747AB0) is unknown color: approx Chetwode Blue. HEX triplet: 74, 7A and B0. RGB value is (116,122,176). Sum of RGB (Red+Green+Blue) = 116+122+176=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 176 - color contains mainly: blue. Hex color #747AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AB0 is #8B854F. Grayscale: #7E7E7E. Windows color (decimal): -9143632 or 11565684. OLE color: 11565684.

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

Color convert

RGB116122176-
CMYK0.340.3100.31
HSL234º27.52%57.25%-
HSV(B)234º34.09%69.02%-
XYZ2220.7743.92-
YUV126.36156.01120.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 176 (69.14% from 255) = 42.51%
R=28.02%
G=29.47%
B=42.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161221760.340.3100.3123427.5257.25
Hex747AB0221F01Fea1c39
Octal16417226042370373523471
Binary1110100111101010110000100010111110111111110101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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