#4F268C

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

Shades of Kingfisher Daisy #4F268C

Tints of Kingfisher Daisy #4F268C

Color information

#4F268C (or 0x4F268C) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 26 and 8C. RGB value is (79,38,140). Sum of RGB (Red+Green+Blue) = 79+38+140=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F268C is #B0D973. Grayscale: #3D3D3D. Windows color (decimal): -11590004 or 9184847. OLE color: 9184847.

HSL color Cylindrical-coordinate representation of color #4F268C: hue angle of 264.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F268C is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7938140-
CMYK0.440.7300.45
HSL264.12º57.3%34.9%-
HSV(B)264.12º72.86%54.9%-
XYZ8.654.9425.31-
YUV61.89172.08140.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.74%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=30.74%
G=14.79%
B=54.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79381400.440.7300.45264.1257.334.9
Hex4F268C2C4902D1083923
Octal11746214541110554107143
Binary10011111001101000110010110010010010101101100001000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,38,140); }

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

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

 a { background-color: rgb(79,38,140); }

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

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

 span { border-color: rgb(79,38,140); }

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