#746EBF

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

Shades of Moody Blue #746EBF

Tints of Moody Blue #746EBF

Color information

#746EBF (or 0x746EBF) is unknown color: approx Moody Blue. HEX triplet: 74, 6E and BF. RGB value is (116,110,191). Sum of RGB (Red+Green+Blue) = 116+110+191=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #746EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746EBF is #8B9140. Grayscale: #787878. Windows color (decimal): -9146689 or 12545652. OLE color: 12545652.

HSL color Cylindrical-coordinate representation of color #746EBF: hue angle of 244.44º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #746EBF is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116110191-
CMYK0.390.4200.25
HSL244.44º38.76%59.02%-
HSV(B)244.44º42.41%74.9%-
XYZ22.1818.6351.72-
YUV121.03167.49124.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.82%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 191 (75% from 255) = 45.80%
R=27.82%
G=26.38%
B=45.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161101910.390.4200.25244.4438.7659.02
Hex746EBF272A019f4273b
Octal16415627747520313644773
Binary111010011011101011111110011110101001100111110100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,110,191); }

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

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

 a { background-color: rgb(116,110,191); }

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

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

 span { border-color: rgb(116,110,191); }

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