Html Css Color HEX #4F289B Daisy Bush

📋 copy color: '#4F289B'

red 79 ◦ green 40 ◦ blue 155

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

Shades of Daisy Bush #4F289B

Tints of Daisy Bush #4F289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

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

R = 28.83%
G = 14.6%
B = 56.57%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F289B (or 0x4F289B) is known color: Daisy Bush. HEX triplet: 4F, 28 and 9B. RGB value is (79,40,155). Sum of RGB (Red+Green+Blue) = 79+40+155=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F289B is #B0D764. Grayscale: #404040. Windows color (decimal): -11589477 or 10168399. OLE color: 10168399.

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

Color convert

RGB 79 40 155 -
CMYK 0.49 0.74 0 0.39
HSL 260.35º 0.59% 0.38% -
HSV(B) 260.35º 0.74% 0.61% -
XYZ 9.9 5.55 31.56 -
YUV 64.77 178.92 138.15 -
System Red Green Blue C M Y K H S L
Decimal 79 40 155 0.49 0.74 0 0.39 260.35 0.59 0.38
Hex 4F 28 9B 31 4A 0 27 104 3B 26
Octal 117 50 233 61 112 0 47 404 73 46
Binary 1001111 101000 10011011 110001 1001010 0 100111 100000100 111011 100110

Color Harmonies of #4F289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F289B

Black with #4F289B

Text Example


Text Example

White with #4F289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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