#744ABF

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

Shades of Blue Marguerite #744ABF

Tints of Blue Marguerite #744ABF

Color information

#744ABF (or 0x744ABF) is unknown color: approx Blue Marguerite. HEX triplet: 74, 4A and BF. RGB value is (116,74,191). Sum of RGB (Red+Green+Blue) = 116+74+191=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #744ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744ABF is #8BB540. Grayscale: #636363. Windows color (decimal): -9155905 or 12536436. OLE color: 12536436.

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

Color convert

RGB11674191-
CMYK0.390.6100.25
HSL261.54º47.76%51.96%-
HSV(B)261.54º61.26%74.9%-
XYZ19.0612.3750.67-
YUV99.9179.41139.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 74 (29.30% from 255) = 19.42%
BLUE value IS 191 (75% from 255) = 50.13%
R=30.45%
G=19.42%
B=50.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116741910.390.6100.25261.5447.7651.96
Hex744ABF273D0191063034
Octal16411227747750314066064
Binary1110100100101010111111100111111101011001100000110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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