#4F3185

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

Shades of Kingfisher Daisy #4F3185

Tints of Kingfisher Daisy #4F3185

Color information

#4F3185 (or 0x4F3185) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 31 and 85. RGB value is (79,49,133). Sum of RGB (Red+Green+Blue) = 79+49+133=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F3185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3185 is #B0CE7A. Grayscale: #434343. Windows color (decimal): -11587195 or 8728911. OLE color: 8728911.

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

Color convert

RGB7949133-
CMYK0.410.6300.48
HSL261.43º46.15%35.69%-
HSV(B)261.43º63.16%52.16%-
XYZ8.565.5522.81-
YUV67.55164.94136.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.27%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=30.27%
G=18.77%
B=50.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79491330.410.6300.48261.4346.1535.69
Hex4F3185293F0301052e24
Octal1176120551770604055644
Binary1001111110001100001011010011111110110000100000101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,49,133); }

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

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

 a { background-color: rgb(79,49,133); }

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

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

 span { border-color: rgb(79,49,133); }

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