#7463BD

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

Shades of Blue Marguerite #7463BD

Tints of Blue Marguerite #7463BD

Color information

#7463BD (or 0x7463BD) is unknown color: approx Blue Marguerite. HEX triplet: 74, 63 and BD. RGB value is (116,99,189). Sum of RGB (Red+Green+Blue) = 116+99+189=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #7463BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7463BD is #8B9C42. Grayscale: #727272. Windows color (decimal): -9149507 or 12411764. OLE color: 12411764.

HSL color Cylindrical-coordinate representation of color #7463BD: hue angle of 251.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7463BD is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11699189-
CMYK0.390.4800.26
HSL251.33º40.54%56.47%-
HSV(B)251.33º47.62%74.12%-
XYZ20.8516.3150.19-
YUV114.34170.13129.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 189 (74.22% from 255) = 46.78%
R=28.71%
G=24.50%
B=46.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116991890.390.4800.26251.3340.5456.47
Hex7463BD273001Afb2938
Octal16414327547600323735170
Binary111010011000111011110110011111000001101011111011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7463BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7463BD; }

 p { color: rgb(116,99,189); }

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

<style>
 a { background-color: #7463BD; }

 a { background-color: rgb(116,99,189); }

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

<style>
 span { border-color: #7463BD; }

 span { border-color: rgb(116,99,189); }

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