#744DBE

Color #744DBE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #744DBE

Tints of Blue Marguerite #744DBE

Color information

#744DBE (or 0x744DBE) is unknown color: approx Blue Marguerite. HEX triplet: 74, 4D and BE. RGB value is (116,77,190). Sum of RGB (Red+Green+Blue) = 116+77+190=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #744DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DBE is #8BB241. Grayscale: #656565. Windows color (decimal): -9155138 or 12471668. OLE color: 12471668.

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

Color convert

RGB11677190-
CMYK0.390.5900.25
HSL260.71º46.5%52.35%-
HSV(B)260.71º59.47%74.51%-
XYZ19.1512.7450.16-
YUV101.54177.92138.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=30.29%
G=20.10%
B=49.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116771900.390.5900.25260.7146.552.35
Hex744DBE273B0191052f34
Octal16411527647730314055764
Binary1110100100110110111110100111111011011001100000101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744DBE; }

 p { color: rgb(116,77,190); }

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

<style>
 a { background-color: #744DBE; }

 a { background-color: rgb(116,77,190); }

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

<style>
 span { border-color: #744DBE; }

 span { border-color: rgb(116,77,190); }

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