#744FB7

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

Shades of Blue Marguerite #744FB7

Tints of Blue Marguerite #744FB7

Color information

#744FB7 (or 0x744FB7) is unknown color: approx Blue Marguerite. HEX triplet: 74, 4F and B7. RGB value is (116,79,183). Sum of RGB (Red+Green+Blue) = 116+79+183=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #744FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FB7 is #8BB048. Grayscale: #656565. Windows color (decimal): -9154633 or 12013428. OLE color: 12013428.

HSL color Cylindrical-coordinate representation of color #744FB7: hue angle of 261.35º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #744FB7 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11679183-
CMYK0.370.5700.28
HSL261.35º41.94%51.37%-
HSV(B)261.35º56.83%71.76%-
XYZ18.5512.7246.28-
YUV101.92173.76138.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.69%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 183 (71.88% from 255) = 48.41%
R=30.69%
G=20.90%
B=48.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116791830.370.5700.28261.3541.9451.37
Hex744FB7253901C1052a33
Octal16411726745710344055263
Binary1110100100111110110111100101111001011100100000101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,79,183); }

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

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

 a { background-color: rgb(116,79,183); }

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

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

 span { border-color: rgb(116,79,183); }

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