Html Css Color HEX #4C173A Blackberry

📋 copy color: '#4C173A'

red 76 ◦ green 23 ◦ blue 58

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

Shades of Blackberry #4C173A

Tints of Blackberry #4C173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.94%

R = 48.41%
G = 14.65%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#4C173A (or 0x4C173A) is known color: Blackberry. HEX triplet: 4C, 17 and 3A. RGB value is (76,23,58). Sum of RGB (Red+Green+Blue) = 76+23+58=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C173A is #B3E8C5. Grayscale: #2A2A2A. Windows color (decimal): -11790534 or 3807052. OLE color: 3807052.

HSL color Cylindrical-coordinate representation of color #4C173A: hue angle of 320.38º 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 #4C173A is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 23 58 -
CMYK 0 0.70 0.24 0.70
HSL 320.38º 0.54% 0.19% -
HSV(B) 320.38º 0.7% 0.3% -
XYZ 4.05 2.45 4.26 -
YUV 42.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 76 23 58 0 0.70 0.24 0.70 320.38 0.54 0.19
Hex 4C 17 3A 0 46 18 46 140 36 13
Octal 114 27 72 0 106 30 106 500 66 23
Binary 1001100 10111 111010 0 1000110 11000 1000110 101000000 110110 10011

Color Harmonies of #4C173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C173A

Black with #4C173A

Text Example


Text Example

White with #4C173A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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