#4F1C98

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

Shades of Kingfisher Daisy #4F1C98

Tints of Kingfisher Daisy #4F1C98

Color information

#4F1C98 (or 0x4F1C98) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 1C and 98. RGB value is (79,28,152). Sum of RGB (Red+Green+Blue) = 79+28+152=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F1C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F1C98 is #B0E367. Grayscale: #383838. Windows color (decimal): -11592552 or 9968719. OLE color: 9968719.

HSL color Cylindrical-coordinate representation of color #4F1C98: hue angle of 264.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F1C98 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7928152-
CMYK0.480.8200.40
HSL264.68º68.89%35.29%-
HSV(B)264.68º81.58%59.61%-
XYZ9.314.7630.13-
YUV57.39181.4143.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.50%
GREEN value IS 28 (11.33% from 255) = 10.81%
BLUE value IS 152 (59.77% from 255) = 58.69%
R=30.50%
G=10.81%
B=58.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79281520.480.8200.40264.6868.8935.29
Hex4F1C9830520281094523
Octal117342306012205041110543
Binary10011111110010011000110000101001001010001000010011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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