#7462BE

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

Shades of Blue Marguerite #7462BE

Tints of Blue Marguerite #7462BE

Color information

#7462BE (or 0x7462BE) is unknown color: approx Blue Marguerite. HEX triplet: 74, 62 and BE. RGB value is (116,98,190). Sum of RGB (Red+Green+Blue) = 116+98+190=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #7462BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7462BE is #8B9D41. Grayscale: #717171. Windows color (decimal): -9149762 or 12477044. OLE color: 12477044.

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

Color convert

RGB11698190-
CMYK0.390.4800.25
HSL251.74º41.44%56.47%-
HSV(B)251.74º48.42%74.51%-
XYZ20.8616.1750.74-
YUV113.87170.96129.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=28.71%
G=24.26%
B=47.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116981900.390.4800.25251.7441.4456.47
Hex7462BE2730019fc2938
Octal16414227647600313745170
Binary111010011000101011111010011111000001100111111100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7462BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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