#7467BF

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

Shades of Blue Marguerite #7467BF

Tints of Blue Marguerite #7467BF

Color information

#7467BF (or 0x7467BF) is unknown color: approx Blue Marguerite. HEX triplet: 74, 67 and BF. RGB value is (116,103,191). Sum of RGB (Red+Green+Blue) = 116+103+191=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #7467BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467BF is #8B9840. Grayscale: #747474. Windows color (decimal): -9148481 or 12543860. OLE color: 12543860.

HSL color Cylindrical-coordinate representation of color #7467BF: hue angle of 248.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7467BF is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116103191-
CMYK0.390.4600.25
HSL248.86º40.74%57.65%-
HSV(B)248.86º46.07%74.9%-
XYZ21.4617.1851.47-
YUV116.92169.81127.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.29%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 191 (75% from 255) = 46.59%
R=28.29%
G=25.12%
B=46.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161031910.390.4600.25248.8640.7457.65
Hex7467BF272E019f9293a
Octal16414727747560313715172
Binary111010011001111011111110011110111001100111111001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7467BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7467BF; }

 p { color: rgb(116,103,191); }

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

<style>
 a { background-color: #7467BF; }

 a { background-color: rgb(116,103,191); }

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

<style>
 span { border-color: #7467BF; }

 span { border-color: rgb(116,103,191); }

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