#7463AF

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

Shades of Blue Marguerite #7463AF

Tints of Blue Marguerite #7463AF

Color information

#7463AF (or 0x7463AF) is unknown color: approx Blue Marguerite. HEX triplet: 74, 63 and AF. RGB value is (116,99,175). Sum of RGB (Red+Green+Blue) = 116+99+175=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #7463AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7463AF is #8B9C50. Grayscale: #707070. Windows color (decimal): -9149521 or 11494260. OLE color: 11494260.

HSL color Cylindrical-coordinate representation of color #7463AF: hue angle of 253.42º 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 #7463AF is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11699175-
CMYK0.340.4300.31
HSL253.42º32.2%53.73%-
HSV(B)253.42º43.43%68.63%-
XYZ19.415.7342.57-
YUV112.75163.13130.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=29.74%
G=25.38%
B=44.87%

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
Decimal116991750.340.4300.31253.4232.253.73
Hex7463AF222B01Ffd2036
Octal16414325742530373754066
Binary111010011000111010111110001010101101111111111101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7463AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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