#7469B3

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

Shades of Blue Marguerite #7469B3

Tints of Blue Marguerite #7469B3

Color information

#7469B3 (or 0x7469B3) is unknown color: approx Blue Marguerite. HEX triplet: 74, 69 and B3. RGB value is (116,105,179). Sum of RGB (Red+Green+Blue) = 116+105+179=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #7469B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7469B3 is #8B964C. Grayscale: #747474. Windows color (decimal): -9147981 or 11757940. OLE color: 11757940.

HSL color Cylindrical-coordinate representation of color #7469B3: hue angle of 248.92º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7469B3 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB116105179-
CMYK0.350.4100.30
HSL248.92º32.74%55.69%-
HSV(B)248.92º41.34%70.2%-
XYZ20.3917.0744.87-
YUV116.72163.14127.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 179 (70.31% from 255) = 44.75%
R=29%
G=26.25%
B=44.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161051790.350.4100.30248.9232.7455.69
Hex7469B3232901Ef92138
Octal16415126343510363714170
Binary111010011010011011001110001110100101111011111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7469B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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