#4F3862

Color #4F3862 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #4F3862

Tints of Honey Flower #4F3862

Color information

#4F3862 (or 0x4F3862) is unknown color: approx Honey Flower. HEX triplet: 4F, 38 and 62. RGB value is (79,56,98). Sum of RGB (Red+Green+Blue) = 79+56+98=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F3862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3862 is #B0C79D. Grayscale: #434343. Windows color (decimal): -11585438 or 6436943. OLE color: 6436943.

HSL color Cylindrical-coordinate representation of color #4F3862: hue angle of 272.86º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F3862 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB795698-
CMYK0.190.4300.62
HSL272.86º27.27%30.2%-
HSV(B)272.86º42.86%38.43%-
XYZ6.845.3712.23-
YUV67.66145.12136.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=33.91%
G=24.03%
B=42.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7956980.190.4300.62272.8627.2730.2
Hex4F3862132B03E1111b1e
Octal1177014223530764213336
Binary100111111100011000101001110101101111101000100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,56,98); }

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

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

 a { background-color: rgb(79,56,98); }

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

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

 span { border-color: rgb(79,56,98); }

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