#747AB4

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

Shades of Chetwode Blue #747AB4

Tints of Chetwode Blue #747AB4

Color information

#747AB4 (or 0x747AB4) is unknown color: approx Chetwode Blue. HEX triplet: 74, 7A and B4. RGB value is (116,122,180). Sum of RGB (Red+Green+Blue) = 116+122+180=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #747AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747AB4 is #8B854B. Grayscale: #7E7E7E. Windows color (decimal): -9143628 or 11827828. OLE color: 11827828.

HSL color Cylindrical-coordinate representation of color #747AB4: hue angle of 234.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #747AB4 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB116122180-
CMYK0.360.3200.29
HSL234.38º29.91%58.04%-
HSV(B)234.38º35.56%70.59%-
XYZ22.420.9346.04-
YUV126.82158.01120.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.75%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 180 (70.70% from 255) = 43.06%
R=27.75%
G=29.19%
B=43.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161221800.360.3200.29234.3829.9158.04
Hex747AB4242001Dea1e3a
Octal16417226444400353523672
Binary11101001111010101101001001001000000111011110101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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