#4f1c8b

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

Shades of Kingfisher Daisy #4F1C8B

Tints of Kingfisher Daisy #4F1C8B

Color information

#4F1C8B (or 0x4F1C8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 1C and 8B. RGB value is (79,28,139). Sum of RGB (Red+Green+Blue) = 79+28+139=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F1C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F1C8B is #B0E374. Grayscale: #373737. Windows color (decimal): -11592565 or 9116751. OLE color: 9116751.

HSL color Cylindrical-coordinate representation of color #4F1C8B: hue angle of 267.57º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1C8B is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7928139-
CMYK0.430.8000.45
HSL267.57º66.47%32.75%-
HSV(B)267.57º79.86%54.51%-
XYZ8.34.3624.83-
YUV55.9174.9144.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=32.11%
G=11.38%
B=56.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79281390.430.8000.45267.5766.4732.75
Hex4F1C8B2B5002D10c4221
Octal117342135312005541410241
Binary10011111110010001011101011101000001011011000011001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f1c8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,28,139); }

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

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

 a { background-color: rgb(79,28,139); }

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

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

 span { border-color: rgb(79,28,139); }

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