#7464AF

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

Shades of Blue Marguerite #7464AF

Tints of Blue Marguerite #7464AF

Color information

#7464AF (or 0x7464AF) is unknown color: approx Blue Marguerite. HEX triplet: 74, 64 and AF. RGB value is (116,100,175). Sum of RGB (Red+Green+Blue) = 116+100+175=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #7464AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7464AF is #8B9B50. Grayscale: #717171. Windows color (decimal): -9149265 or 11494516. OLE color: 11494516.

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

Color convert

RGB116100175-
CMYK0.340.4300.31
HSL252.8º31.91%53.92%-
HSV(B)252.8º42.86%68.63%-
XYZ19.515.9242.6-
YUV113.33162.8129.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=29.67%
G=25.58%
B=44.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161001750.340.4300.31252.831.9153.92
Hex7464AF222B01Ffd2036
Octal16414425742530373754066
Binary111010011001001010111110001010101101111111111101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7464AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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