#747BAF

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

Shades of Chetwode Blue #747BAF

Tints of Chetwode Blue #747BAF

Color information

#747BAF (or 0x747BAF) is unknown color: approx Chetwode Blue. HEX triplet: 74, 7B and AF. RGB value is (116,123,175). Sum of RGB (Red+Green+Blue) = 116+123+175=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #747BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BAF is #8B8450. Grayscale: #7E7E7E. Windows color (decimal): -9143377 or 11500404. OLE color: 11500404.

HSL color Cylindrical-coordinate representation of color #747BAF: hue angle of 232.88º degrees, saturation: 0.27, 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 #747BAF is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116123175-
CMYK0.340.3000.31
HSL232.88º26.94%57.06%-
HSV(B)232.88º33.71%68.63%-
XYZ22.0220.9743.45-
YUV126.84155.18120.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 123 (48.44% from 255) = 29.71%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=28.02%
G=29.71%
B=42.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161231750.340.3000.31232.8826.9457.06
Hex747BAF221E01Fe91b39
Octal16417325742360373513371
Binary1110100111101110101111100010111100111111110100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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