Html Css Color HEX #4F173F Blackberry

📋 copy color: '#4F173F'

red 79 ◦ green 23 ◦ blue 63

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

Shades of Blackberry #4F173F

Tints of Blackberry #4F173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.94%

 BLUE value IS 63 (25% from 255) = 38.18%

R = 47.88%
G = 13.94%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4F173F (or 0x4F173F) is known color: Blackberry. HEX triplet: 4F, 17 and 3F. RGB value is (79,23,63). Sum of RGB (Red+Green+Blue) = 79+23+63=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F173F is #B0E8C0. Grayscale: #2C2C2C. Windows color (decimal): -11593921 or 4134735. OLE color: 4134735.

HSL color Cylindrical-coordinate representation of color #4F173F: hue angle of 317.14º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F173F is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 23 63 -
CMYK 0 0.71 0.20 0.69
HSL 317.14º 0.55% 0.2% -
HSV(B) 317.14º 0.71% 0.31% -
XYZ 4.43 2.63 4.98 -
YUV 44.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 79 23 63 0 0.71 0.20 0.69 317.14 0.55 0.2
Hex 4F 17 3F 0 47 14 45 13D 37 14
Octal 117 27 77 0 107 24 105 475 67 24
Binary 1001111 10111 111111 0 1000111 10100 1000101 100111101 110111 10100

Color Harmonies of #4F173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F173F

Black with #4F173F

Text Example


Text Example

White with #4F173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,23,63); }

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

background-color css

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

 a { background-color: rgb(79,23,63); }

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

border-color css

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

 span { border-color: rgb(79,23,63); }

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