#4F2696

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

Shades of Daisy Bush #4F2696

Tints of Daisy Bush #4F2696

Color information

#4F2696 (or 0x4F2696) is unknown color: approx Daisy Bush. HEX triplet: 4F, 26 and 96. RGB value is (79,38,150). Sum of RGB (Red+Green+Blue) = 79+38+150=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #4F2696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2696 is #B0D969. Grayscale: #3E3E3E. Windows color (decimal): -11589994 or 9840207. OLE color: 9840207.

HSL color Cylindrical-coordinate representation of color #4F2696: hue angle of 261.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F2696 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7938150-
CMYK0.470.7500.41
HSL261.96º59.57%36.86%-
HSV(B)261.96º74.67%58.82%-
XYZ9.425.2529.37-
YUV63.03177.08139.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.59%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 150 (58.98% from 255) = 56.18%
R=29.59%
G=14.23%
B=56.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79381500.470.7500.41261.9659.5736.86
Hex4F26962F4B0291063c25
Octal11746226571130514067445
Binary10011111001101001011010111110010110101001100000110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,38,150); }

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

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

 a { background-color: rgb(79,38,150); }

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

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

 span { border-color: rgb(79,38,150); }

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