Html Css Color HEX #4F2091 Kingfisher Daisy

📋 copy color: '#4F2091'

red 79 ◦ green 32 ◦ blue 145

#4F2091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #4F2091

Tints of Kingfisher Daisy #4F2091

RGB

 RED value IS 79 (31.25% from 255) = 30.86%

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 145 (57.03% from 255) = 56.64%

R = 30.86%
G = 12.5%
B = 56.64%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4F2091 (or 0x4F2091) is known color: Kingfisher Daisy. HEX triplet: 4F, 20 and 91. RGB value is (79,32,145). Sum of RGB (Red+Green+Blue) = 79+32+145=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F2091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2091 is #B0DF6E. Grayscale: #3A3A3A. Windows color (decimal): -11591535 or 9510991. OLE color: 9510991.

HSL color Cylindrical-coordinate representation of color #4F2091: hue angle of 264.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F2091 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 32 145 -
CMYK 0.46 0.78 0 0.43
HSL 264.96º 0.64% 0.35% -
HSV(B) 264.96º 0.78% 0.57% -
XYZ 8.85 4.74 27.24 -
YUV 58.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 79 32 145 0.46 0.78 0 0.43 264.96 0.64 0.35
Hex 4F 20 91 2E 4E 0 2B 109 40 23
Octal 117 40 221 56 116 0 53 411 100 43
Binary 1001111 100000 10010001 101110 1001110 0 101011 100001001 1000000 100011

Color Harmonies of #4F2091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2091

Black with #4F2091

Text Example


Text Example

White with #4F2091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,32,145); }

 H1.HeaderClassName
 {
   color: #4F2091;
 }
 .AnyTagClassName
 {
   color: #4F2091;
 }
</style>

background-color css

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

 a { background-color: rgb(79,32,145); }

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

border-color css

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

 span { border-color: rgb(79,32,145); }

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