#7462AF

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

Shades of Blue Marguerite #7462AF

Tints of Blue Marguerite #7462AF

Color information

#7462AF (or 0x7462AF) is unknown color: approx Blue Marguerite. HEX triplet: 74, 62 and AF. RGB value is (116,98,175). Sum of RGB (Red+Green+Blue) = 116+98+175=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #7462AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7462AF is #8B9D50. Grayscale: #6F6F6F. Windows color (decimal): -9149777 or 11494004. OLE color: 11494004.

HSL color Cylindrical-coordinate representation of color #7462AF: hue angle of 254.03º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7462AF is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11698175-
CMYK0.340.4400.31
HSL254.03º32.49%53.53%-
HSV(B)254.03º44%68.63%-
XYZ19.3115.5442.54-
YUV112.16163.46130.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=29.82%
G=25.19%
B=44.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116981750.340.4400.31254.0332.4953.53
Hex7462AF222C01Ffe2036
Octal16414225742540373764066
Binary111010011000101010111110001010110001111111111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7462AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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