Html Css Color HEX #4C173C Blackberry

📋 copy color: '#4C173C'

red 76 ◦ green 23 ◦ blue 60

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

Shades of Blackberry #4C173C

Tints of Blackberry #4C173C

RGB

 RED value IS 76 (30.08% from 255) = 47.8%

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

 BLUE value IS 60 (23.83% from 255) = 37.74%

R = 47.8%
G = 14.47%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C173C (or 0x4C173C) is known color: Blackberry. HEX triplet: 4C, 17 and 3C. RGB value is (76,23,60). Sum of RGB (Red+Green+Blue) = 76+23+60=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C173C is #B3E8C3. Grayscale: #2A2A2A. Windows color (decimal): -11790532 or 3938124. OLE color: 3938124.

HSL color Cylindrical-coordinate representation of color #4C173C: hue angle of 318.11º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C173C is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 23 60 -
CMYK 0 0.70 0.21 0.70
HSL 318.11º 0.54% 0.19% -
HSV(B) 318.11º 0.7% 0.3% -
XYZ 4.1 2.48 4.54 -
YUV 43.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 76 23 60 0 0.70 0.21 0.70 318.11 0.54 0.19
Hex 4C 17 3C 0 46 15 46 13E 36 13
Octal 114 27 74 0 106 25 106 476 66 23
Binary 1001100 10111 111100 0 1000110 10101 1000110 100111110 110110 10011

Color Harmonies of #4C173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C173C

Black with #4C173C

Text Example


Text Example

White with #4C173C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,23,60); }

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

background-color css

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

 a { background-color: rgb(76,23,60); }

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

border-color css

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

 span { border-color: rgb(76,23,60); }

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