#746FBA

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

Shades of Chetwode Blue #746FBA

Tints of Chetwode Blue #746FBA

Color information

#746FBA (or 0x746FBA) is unknown color: approx Chetwode Blue. HEX triplet: 74, 6F and BA. RGB value is (116,111,186). Sum of RGB (Red+Green+Blue) = 116+111+186=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #746FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FBA is #8B9045. Grayscale: #787878. Windows color (decimal): -9146438 or 12218228. OLE color: 12218228.

HSL color Cylindrical-coordinate representation of color #746FBA: hue angle of 244º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #746FBA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116111186-
CMYK0.380.4000.27
HSL244º35.21%58.24%-
HSV(B)244º40.32%72.94%-
XYZ21.7518.6348.9-
YUV121.04164.66124.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.09%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=28.09%
G=26.88%
B=45.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161111860.380.4000.2724435.2158.24
Hex746FBA262801Bf4233a
Octal16415727246500333644372
Binary111010011011111011101010011010100001101111110100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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