#7461B0

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

Shades of Blue Marguerite #7461B0

Tints of Blue Marguerite #7461B0

Color information

#7461B0 (or 0x7461B0) is unknown color: approx Blue Marguerite. HEX triplet: 74, 61 and B0. RGB value is (116,97,176). Sum of RGB (Red+Green+Blue) = 116+97+176=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #7461B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7461B0 is #8B9E4F. Grayscale: #6F6F6F. Windows color (decimal): -9150032 or 11559284. OLE color: 11559284.

HSL color Cylindrical-coordinate representation of color #7461B0: hue angle of 254.43º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7461B0 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11697176-
CMYK0.340.4500.31
HSL254.43º33.33%53.53%-
HSV(B)254.43º44.89%69.02%-
XYZ19.3115.443.03-
YUV111.69164.29131.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 176 (69.14% from 255) = 45.24%
R=29.82%
G=24.94%
B=45.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116971760.340.4500.31254.4333.3353.53
Hex7461B0222D01Ffe2136
Octal16414126042550373764166
Binary111010011000011011000010001010110101111111111110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7461B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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