Html Css Color HEX #4F113B Blackberry

📋 copy color: '#4F113B'

red 79 ◦ green 17 ◦ blue 59

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

Shades of Blackberry #4F113B

Tints of Blackberry #4F113B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.97%

 BLUE value IS 59 (23.44% from 255) = 38.06%

R = 50.97%
G = 10.97%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#4F113B (or 0x4F113B) is known color: Blackberry. HEX triplet: 4F, 11 and 3B. RGB value is (79,17,59). Sum of RGB (Red+Green+Blue) = 79+17+59=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F113B is #B0EEC4. Grayscale: #282828. Windows color (decimal): -11595461 or 3871055. OLE color: 3871055.

HSL color Cylindrical-coordinate representation of color #4F113B: hue angle of 319.35º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F113B is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 17 59 -
CMYK 0 0.78 0.25 0.69
HSL 319.35º 0.65% 0.19% -
HSV(B) 319.35º 0.78% 0.31% -
XYZ 4.21 2.38 4.37 -
YUV 40.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 79 17 59 0 0.78 0.25 0.69 319.35 0.65 0.19
Hex 4F 11 3B 0 4E 19 45 13F 41 13
Octal 117 21 73 0 116 31 105 477 101 23
Binary 1001111 10001 111011 0 1001110 11001 1000101 100111111 1000001 10011

Color Harmonies of #4F113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F113B

Black with #4F113B

Text Example


Text Example

White with #4F113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,17,59); }

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

background-color css

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

 a { background-color: rgb(79,17,59); }

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

border-color css

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

 span { border-color: rgb(79,17,59); }

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