Html Css Color HEX #4F229B Daisy Bush

📋 copy color: '#4F229B'

red 79 ◦ green 34 ◦ blue 155

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

Shades of Daisy Bush #4F229B

Tints of Daisy Bush #4F229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.69%

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

R = 29.48%
G = 12.69%
B = 57.84%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F229B (or 0x4F229B) is known color: Daisy Bush. HEX triplet: 4F, 22 and 9B. RGB value is (79,34,155). Sum of RGB (Red+Green+Blue) = 79+34+155=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F229B is #B0DD64. Grayscale: #3C3C3C. Windows color (decimal): -11591013 or 10166863. OLE color: 10166863.

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

Color convert

RGB 79 34 155 -
CMYK 0.49 0.78 0 0.39
HSL 262.31º 0.64% 0.37% -
HSV(B) 262.31º 0.78% 0.61% -
XYZ 9.71 5.17 31.5 -
YUV 61.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 79 34 155 0.49 0.78 0 0.39 262.31 0.64 0.37
Hex 4F 22 9B 31 4E 0 27 106 40 25
Octal 117 42 233 61 116 0 47 406 100 45
Binary 1001111 100010 10011011 110001 1001110 0 100111 100000110 1000000 100101

Color Harmonies of #4F229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F229B

Black with #4F229B

Text Example


Text Example

White with #4F229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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