#7449BE

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

Shades of Blue Marguerite #7449BE

Tints of Blue Marguerite #7449BE

Color information

#7449BE (or 0x7449BE) is unknown color: approx Blue Marguerite. HEX triplet: 74, 49 and BE. RGB value is (116,73,190). Sum of RGB (Red+Green+Blue) = 116+73+190=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #7449BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449BE is #8BB641. Grayscale: #626262. Windows color (decimal): -9156162 or 12470644. OLE color: 12470644.

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

Color convert

RGB11673190-
CMYK0.390.6200.25
HSL262.05º47.37%51.57%-
HSV(B)262.05º61.58%74.51%-
XYZ18.8812.250.07-
YUV99.2179.25139.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.61%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=30.61%
G=19.26%
B=50.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116731900.390.6200.25262.0547.3751.57
Hex7449BE273E0191062f34
Octal16411127647760314065764
Binary1110100100100110111110100111111110011001100000110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7449BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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