Html Css Color HEX #4F249B Daisy Bush

📋 copy color: '#4F249B'

red 79 ◦ green 36 ◦ blue 155

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

Shades of Daisy Bush #4F249B

Tints of Daisy Bush #4F249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.33%

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

R = 29.26%
G = 13.33%
B = 57.41%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F249B (or 0x4F249B) is known color: Daisy Bush. HEX triplet: 4F, 24 and 9B. RGB value is (79,36,155). Sum of RGB (Red+Green+Blue) = 79+36+155=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F249B is #B0DB64. Grayscale: #3D3D3D. Windows color (decimal): -11590501 or 10167375. OLE color: 10167375.

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

Color convert

RGB 79 36 155 -
CMYK 0.49 0.77 0 0.39
HSL 261.68º 0.62% 0.37% -
HSV(B) 261.68º 0.77% 0.61% -
XYZ 9.77 5.29 31.52 -
YUV 62.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 79 36 155 0.49 0.77 0 0.39 261.68 0.62 0.37
Hex 4F 24 9B 31 4D 0 27 106 3E 25
Octal 117 44 233 61 115 0 47 406 76 45
Binary 1001111 100100 10011011 110001 1001101 0 100111 100000110 111110 100101

Color Harmonies of #4F249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F249B

Black with #4F249B

Text Example


Text Example

White with #4F249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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