#4F3881

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

Shades of Kingfisher Daisy #4F3881

Tints of Kingfisher Daisy #4F3881

Color information

#4F3881 (or 0x4F3881) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 38 and 81. RGB value is (79,56,129). Sum of RGB (Red+Green+Blue) = 79+56+129=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #4F3881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3881 is #B0C77E. Grayscale: #464646. Windows color (decimal): -11585407 or 8468559. OLE color: 8468559.

HSL color Cylindrical-coordinate representation of color #4F3881: hue angle of 258.9º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F3881 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7956129-
CMYK0.390.5700.49
HSL258.9º39.46%36.27%-
HSV(B)258.9º56.59%50.59%-
XYZ8.66.0821.49-
YUV71.2160.62133.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.92%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 129 (50.78% from 255) = 48.86%
R=29.92%
G=21.21%
B=48.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79561290.390.5700.49258.939.4636.27
Hex4F388127390311032724
Octal1177020147710614034744
Binary1001111111000100000011001111110010110001100000011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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