#64478B

Color #64478B Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #64478B

Tints of Daisy Bush #64478B

Color information

#64478B (or 0x64478B) is unknown color: approx Daisy Bush. HEX triplet: 64, 47 and 8B. RGB value is (100,71,139). Sum of RGB (Red+Green+Blue) = 100+71+139=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #64478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64478B is #9BB874. Grayscale: #575757. Windows color (decimal): -10205301 or 9127780. OLE color: 9127780.

HSL color Cylindrical-coordinate representation of color #64478B: hue angle of 265.59º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64478B is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10071139-
CMYK0.280.4900.45
HSL265.59º32.38%41.18%-
HSV(B)265.59º48.92%54.51%-
XYZ12.179.0825.54-
YUV87.42157.11136.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=32.26%
G=22.90%
B=44.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100711390.280.4900.45265.5932.3841.18
Hex64478B1C3102D10a2029
Octal14410721334610554124051
Binary1100100100011110001011111001100010101101100001010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64478B; }

 p { color: rgb(100,71,139); }

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

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

 a { background-color: rgb(100,71,139); }

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

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

 span { border-color: rgb(100,71,139); }

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