#7460BF

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

Shades of Blue Marguerite #7460BF

Tints of Blue Marguerite #7460BF

Color information

#7460BF (or 0x7460BF) is unknown color: approx Blue Marguerite. HEX triplet: 74, 60 and BF. RGB value is (116,96,191). Sum of RGB (Red+Green+Blue) = 116+96+191=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #7460BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460BF is #8B9F40. Grayscale: #707070. Windows color (decimal): -9150273 or 12542068. OLE color: 12542068.

HSL color Cylindrical-coordinate representation of color #7460BF: hue angle of 252.63º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7460BF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11696191-
CMYK0.390.5000.25
HSL252.63º42.6%56.27%-
HSV(B)252.63º49.74%74.9%-
XYZ20.7915.8451.25-
YUV112.81172.13130.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.78%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 191 (75% from 255) = 47.39%
R=28.78%
G=23.82%
B=47.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116961910.390.5000.25252.6342.656.27
Hex7460BF2732019fd2b38
Octal16414027747620313755370
Binary111010011000001011111110011111001001100111111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7460BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7460BF; }

 p { color: rgb(116,96,191); }

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

<style>
 a { background-color: #7460BF; }

 a { background-color: rgb(116,96,191); }

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

<style>
 span { border-color: #7460BF; }

 span { border-color: rgb(116,96,191); }

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