#7266BE

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

Shades of Blue Marguerite #7266BE

Tints of Blue Marguerite #7266BE

Color information

#7266BE (or 0x7266BE) is unknown color: approx Blue Marguerite. HEX triplet: 72, 66 and BE. RGB value is (114,102,190). Sum of RGB (Red+Green+Blue) = 114+102+190=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #7266BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266BE is #8D9941. Grayscale: #737373. Windows color (decimal): -9279810 or 12478066. OLE color: 12478066.

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

Color convert

RGB114102190-
CMYK0.400.4600.25
HSL248.18º40.37%57.25%-
HSV(B)248.18º46.32%74.51%-
XYZ20.9916.850.85-
YUV115.62169.98126.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=28.08%
G=25.12%
B=46.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141021900.400.4600.25248.1840.3757.25
Hex7266BE282E019f82839
Octal16214627650560313705071
Binary111001011001101011111010100010111001100111111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7266BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,102,190); }

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

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

 a { background-color: rgb(114,102,190); }

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

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

 span { border-color: rgb(114,102,190); }

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