#724FBA

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

Shades of Blue Marguerite #724FBA

Tints of Blue Marguerite #724FBA

Color information

#724FBA (or 0x724FBA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4F and BA. RGB value is (114,79,186). Sum of RGB (Red+Green+Blue) = 114+79+186=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #724FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FBA is #8DB045. Grayscale: #656565. Windows color (decimal): -9285702 or 12210034. OLE color: 12210034.

HSL color Cylindrical-coordinate representation of color #724FBA: hue angle of 259.63º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #724FBA is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11479186-
CMYK0.390.5800.27
HSL259.63º43.67%51.96%-
HSV(B)259.63º57.53%72.94%-
XYZ18.612.7147.93-
YUV101.66175.6136.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=30.08%
G=20.84%
B=49.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114791860.390.5800.27259.6343.6751.96
Hex724FBA273A01B1042c34
Octal16211727247720334045464
Binary1110010100111110111010100111111010011011100000100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724FBA; }

 p { color: rgb(114,79,186); }

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

<style>
 a { background-color: #724FBA; }

 a { background-color: rgb(114,79,186); }

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

<style>
 span { border-color: #724FBA; }

 span { border-color: rgb(114,79,186); }

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