#7468BA

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

Shades of Blue Marguerite #7468BA

Tints of Blue Marguerite #7468BA

Color information

#7468BA (or 0x7468BA) is unknown color: approx Blue Marguerite. HEX triplet: 74, 68 and BA. RGB value is (116,104,186). Sum of RGB (Red+Green+Blue) = 116+104+186=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #7468BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7468BA is #8B9745. Grayscale: #747474. Windows color (decimal): -9148230 or 12216436. OLE color: 12216436.

HSL color Cylindrical-coordinate representation of color #7468BA: hue angle of 248.78º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7468BA is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116104186-
CMYK0.380.4400.27
HSL248.78º37.27%56.86%-
HSV(B)248.78º44.09%72.94%-
XYZ21.0217.1648.66-
YUV116.94166.98127.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=28.57%
G=25.62%
B=45.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161041860.380.4400.27248.7837.2756.86
Hex7468BA262C01Bf92539
Octal16415027246540333714571
Binary111010011010001011101010011010110001101111111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7468BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7468BA; }

 p { color: rgb(116,104,186); }

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

<style>
 a { background-color: #7468BA; }

 a { background-color: rgb(116,104,186); }

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

<style>
 span { border-color: #7468BA; }

 span { border-color: rgb(116,104,186); }

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