#4F279D

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

Shades of Daisy Bush #4F279D

Tints of Daisy Bush #4F279D

Color information

#4F279D (or 0x4F279D) is unknown color: approx Daisy Bush. HEX triplet: 4F, 27 and 9D. RGB value is (79,39,157). Sum of RGB (Red+Green+Blue) = 79+39+157=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F279D is #B0D862. Grayscale: #3F3F3F. Windows color (decimal): -11589731 or 10299215. OLE color: 10299215.

HSL color Cylindrical-coordinate representation of color #4F279D: hue angle of 260.34º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F279D is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7939157-
CMYK0.500.7500.38
HSL260.34º60.2%38.43%-
HSV(B)260.34º75.16%61.57%-
XYZ10.045.5532.44-
YUV64.41180.25138.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.73%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=28.73%
G=14.18%
B=57.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79391570.500.7500.38260.3460.238.43
Hex4F279D324B0261043c26
Octal11747235621130464047446
Binary10011111001111001110111001010010110100110100000100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,39,157); }

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

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

 a { background-color: rgb(79,39,157); }

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

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

 span { border-color: rgb(79,39,157); }

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