#4e2f85

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

Shades of Kingfisher Daisy #4E2F85

Tints of Kingfisher Daisy #4E2F85

Color information

#4E2F85 (or 0x4E2F85) is unknown color: approx Kingfisher Daisy. HEX triplet: 4E, 2F and 85. RGB value is (78,47,133). Sum of RGB (Red+Green+Blue) = 78+47+133=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E2F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2F85 is #B1D07A. Grayscale: #414141. Windows color (decimal): -11653243 or 8728398. OLE color: 8728398.

HSL color Cylindrical-coordinate representation of color #4E2F85: hue angle of 261.63º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E2F85 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7847133-
CMYK0.410.6500.48
HSL261.63º47.78%35.29%-
HSV(B)261.63º64.66%52.16%-
XYZ8.395.3522.78-
YUV66.07165.77136.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.23%
GREEN value IS 47 (18.75% from 255) = 18.22%
BLUE value IS 133 (52.34% from 255) = 51.55%
R=30.23%
G=18.22%
B=51.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78471330.410.6500.48261.6347.7835.29
Hex4E2F8529410301063023
Octal11657205511010604066043
Binary10011101011111000010110100110000010110000100000110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e2f85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,47,133); }

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

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

 a { background-color: rgb(78,47,133); }

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

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

 span { border-color: rgb(78,47,133); }

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