#644473

Color #644473 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #644473

Tints of Honey Flower #644473

Color information

#644473 (or 0x644473) is unknown color: approx Honey Flower. HEX triplet: 64, 44 and 73. RGB value is (100,68,115). Sum of RGB (Red+Green+Blue) = 100+68+115=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #644473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644473 is #9BBB8C. Grayscale: #525252. Windows color (decimal): -10206093 or 7554148. OLE color: 7554148.

HSL color Cylindrical-coordinate representation of color #644473: hue angle of 280.85º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #644473 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10068115-
CMYK0.130.4100.55
HSL280.85º25.68%35.88%-
HSV(B)280.85º40.87%45.1%-
XYZ10.428.0817.23-
YUV82.93146.1140.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=35.34%
G=24.03%
B=40.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100681150.130.4100.55280.8525.6835.88
Hex644473D290371191a24
Octal14410416315510674313244
Binary1100100100010011100111101101001011011110001100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644473; }

 p { color: rgb(100,68,115); }

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

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

 a { background-color: rgb(100,68,115); }

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

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

 span { border-color: rgb(100,68,115); }

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