#746FCA

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

Shades of Moody Blue #746FCA

Tints of Moody Blue #746FCA

Color information

#746FCA (or 0x746FCA) is unknown color: approx Moody Blue. HEX triplet: 74, 6F and CA. RGB value is (116,111,202). Sum of RGB (Red+Green+Blue) = 116+111+202=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #746FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FCA is #8B9035. Grayscale: #7A7A7A. Windows color (decimal): -9146422 or 13266804. OLE color: 13266804.

HSL color Cylindrical-coordinate representation of color #746FCA: hue angle of 243.3º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #746FCA is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116111202-
CMYK0.430.4500.21
HSL243.3º46.19%61.37%-
HSV(B)243.3º45.05%79.22%-
XYZ23.5519.3558.37-
YUV122.87172.66123.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=27.04%
G=25.87%
B=47.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161112020.430.4500.21243.346.1961.37
Hex746FCA2B2D015f32e3d
Octal16415731253550253635675
Binary111010011011111100101010101110110101010111110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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