#7467BE

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

Shades of Blue Marguerite #7467BE

Tints of Blue Marguerite #7467BE

Color information

#7467BE (or 0x7467BE) is unknown color: approx Blue Marguerite. HEX triplet: 74, 67 and BE. RGB value is (116,103,190). Sum of RGB (Red+Green+Blue) = 116+103+190=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #7467BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467BE is #8B9841. Grayscale: #747474. Windows color (decimal): -9148482 or 12478324. OLE color: 12478324.

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

Color convert

RGB116103190-
CMYK0.390.4600.25
HSL248.97º40.09%57.45%-
HSV(B)248.97º45.79%74.51%-
XYZ21.3517.1350.9-
YUV116.8169.31127.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=28.36%
G=25.18%
B=46.45%

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
Decimal1161031900.390.4600.25248.9740.0957.45
Hex7467BE272E019f92839
Octal16414727647560313715071
Binary111010011001111011111010011110111001100111111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7467BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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