#7461BE

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

Shades of Blue Marguerite #7461BE

Tints of Blue Marguerite #7461BE

Color information

#7461BE (or 0x7461BE) is unknown color: approx Blue Marguerite. HEX triplet: 74, 61 and BE. RGB value is (116,97,190). Sum of RGB (Red+Green+Blue) = 116+97+190=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #7461BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7461BE is #8B9E41. Grayscale: #707070. Windows color (decimal): -9150018 or 12476788. OLE color: 12476788.

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

Color convert

RGB11697190-
CMYK0.390.4900.25
HSL252.26º41.7%56.27%-
HSV(B)252.26º48.95%74.51%-
XYZ20.7715.9850.7-
YUV113.28171.29129.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.78%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=28.78%
G=24.07%
B=47.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116971900.390.4900.25252.2641.756.27
Hex7461BE2731019fc2a38
Octal16414127647610313745270
Binary111010011000011011111010011111000101100111111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7461BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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