#746FB3

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

Shades of Chetwode Blue #746FB3

Tints of Chetwode Blue #746FB3

Color information

#746FB3 (or 0x746FB3) is unknown color: approx Chetwode Blue. HEX triplet: 74, 6F and B3. RGB value is (116,111,179). Sum of RGB (Red+Green+Blue) = 116+111+179=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #746FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FB3 is #8B904C. Grayscale: #777777. Windows color (decimal): -9146445 or 11759476. OLE color: 11759476.

HSL color Cylindrical-coordinate representation of color #746FB3: hue angle of 244.41º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746FB3 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB116111179-
CMYK0.350.3800.30
HSL244.41º30.91%56.86%-
HSV(B)244.41º37.99%70.2%-
XYZ21.0218.3445.08-
YUV120.25161.16124.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=28.57%
G=27.34%
B=44.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161111790.350.3800.30244.4130.9156.86
Hex746FB3232601Ef41f39
Octal16415726343460363643771
Binary11101001101111101100111000111001100111101111010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746FB3; }

 p { color: rgb(116,111,179); }

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

<style>
 a { background-color: #746FB3; }

 a { background-color: rgb(116,111,179); }

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

<style>
 span { border-color: #746FB3; }

 span { border-color: rgb(116,111,179); }

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