#7468B2

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

Shades of Blue Marguerite #7468B2

Tints of Blue Marguerite #7468B2

Color information

#7468B2 (or 0x7468B2) is unknown color: approx Blue Marguerite. HEX triplet: 74, 68 and B2. RGB value is (116,104,178). Sum of RGB (Red+Green+Blue) = 116+104+178=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #7468B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7468B2 is #8B974D. Grayscale: #737373. Windows color (decimal): -9148238 or 11692148. OLE color: 11692148.

HSL color Cylindrical-coordinate representation of color #7468B2: hue angle of 249.73º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7468B2 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB116104178-
CMYK0.350.4200.30
HSL249.73º32.46%55.29%-
HSV(B)249.73º41.57%69.8%-
XYZ20.1916.8344.3-
YUV116.02162.98127.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 178 (69.92% from 255) = 44.72%
R=29.15%
G=26.13%
B=44.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161041780.350.4200.30249.7332.4655.29
Hex7468B2232A01Efa2037
Octal16415026243520363724067
Binary111010011010001011001010001110101001111011111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7468B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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