#4F289A

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

Shades of Daisy Bush #4F289A

Tints of Daisy Bush #4F289A

Color information

#4F289A (or 0x4F289A) is unknown color: approx Daisy Bush. HEX triplet: 4F, 28 and 9A. RGB value is (79,40,154). Sum of RGB (Red+Green+Blue) = 79+40+154=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F289A is #B0D765. Grayscale: #404040. Windows color (decimal): -11589478 or 10102863. OLE color: 10102863.

HSL color Cylindrical-coordinate representation of color #4F289A: hue angle of 260.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F289A is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7940154-
CMYK0.490.7400.40
HSL260.53º58.76%38.04%-
HSV(B)260.53º74.03%60.39%-
XYZ9.825.5131.12-
YUV64.66178.42138.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.94%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 154 (60.55% from 255) = 56.41%
R=28.94%
G=14.65%
B=56.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79401540.490.7400.40260.5358.7638.04
Hex4F289A314A0281053b26
Octal11750232611120504057346
Binary10011111010001001101011000110010100101000100000101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F289A; }

 p { color: rgb(79,40,154); }

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

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

 a { background-color: rgb(79,40,154); }

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

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

 span { border-color: rgb(79,40,154); }

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