#7460BB

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

Shades of Blue Marguerite #7460BB

Tints of Blue Marguerite #7460BB

Color information

#7460BB (or 0x7460BB) is unknown color: approx Blue Marguerite. HEX triplet: 74, 60 and BB. RGB value is (116,96,187). Sum of RGB (Red+Green+Blue) = 116+96+187=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #7460BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460BB is #8B9F44. Grayscale: #707070. Windows color (decimal): -9150277 or 12279924. OLE color: 12279924.

HSL color Cylindrical-coordinate representation of color #7460BB: hue angle of 253.19º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7460BB is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11696187-
CMYK0.380.4900.27
HSL253.19º40.09%55.49%-
HSV(B)253.19º48.66%73.33%-
XYZ20.3515.6748.96-
YUV112.35170.13130.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=29.07%
G=24.06%
B=46.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116961870.380.4900.27253.1940.0955.49
Hex7460BB263101Bfd2837
Octal16414027346610333755067
Binary111010011000001011101110011011000101101111111101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7460BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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