Html Css Color HEX #4F219B Daisy Bush

📋 copy color: '#4F219B'

red 79 ◦ green 33 ◦ blue 155

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

Shades of Daisy Bush #4F219B

Tints of Daisy Bush #4F219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

 BLUE value IS 155 (60.94% from 255) = 58.05%

R = 29.59%
G = 12.36%
B = 58.05%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F219B (or 0x4F219B) is known color: Daisy Bush. HEX triplet: 4F, 21 and 9B. RGB value is (79,33,155). Sum of RGB (Red+Green+Blue) = 79+33+155=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F219B is #B0DE64. Grayscale: #3C3C3C. Windows color (decimal): -11591269 or 10166607. OLE color: 10166607.

HSL color Cylindrical-coordinate representation of color #4F219B: hue angle of 262.62º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F219B is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 33 155 -
CMYK 0.49 0.79 0 0.39
HSL 262.62º 0.65% 0.37% -
HSV(B) 262.62º 0.79% 0.61% -
XYZ 9.68 5.12 31.49 -
YUV 60.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 79 33 155 0.49 0.79 0 0.39 262.62 0.65 0.37
Hex 4F 21 9B 31 4F 0 27 107 41 25
Octal 117 41 233 61 117 0 47 407 101 45
Binary 1001111 100001 10011011 110001 1001111 0 100111 100000111 1000001 100101

Color Harmonies of #4F219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F219B

Black with #4F219B

Text Example


Text Example

White with #4F219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,33,155); }

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

background-color css

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

 a { background-color: rgb(79,33,155); }

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

border-color css

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

 span { border-color: rgb(79,33,155); }

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