#7469BE

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

Shades of Blue Marguerite #7469BE

Tints of Blue Marguerite #7469BE

Color information

#7469BE (or 0x7469BE) is unknown color: approx Blue Marguerite. HEX triplet: 74, 69 and BE. RGB value is (116,105,190). Sum of RGB (Red+Green+Blue) = 116+105+190=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #7469BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7469BE is #8B9641. Grayscale: #757575. Windows color (decimal): -9147970 or 12478836. OLE color: 12478836.

HSL color Cylindrical-coordinate representation of color #7469BE: hue angle of 247.76º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7469BE is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116105190-
CMYK0.390.4500.25
HSL247.76º39.53%57.84%-
HSV(B)247.76º44.74%74.51%-
XYZ21.5517.5350.96-
YUV117.98168.64126.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=28.22%
G=25.55%
B=46.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161051900.390.4500.25247.7639.5357.84
Hex7469BE272D019f8283a
Octal16415127647550313705072
Binary111010011010011011111010011110110101100111111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7469BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7469BE; }

 p { color: rgb(116,105,190); }

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

<style>
 a { background-color: #7469BE; }

 a { background-color: rgb(116,105,190); }

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

<style>
 span { border-color: #7469BE; }

 span { border-color: rgb(116,105,190); }

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