Html Css Color HEX #4C1142 Blackberry

📋 copy color: '#4C1142'

red 76 ◦ green 17 ◦ blue 66

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

Shades of Blackberry #4C1142

Tints of Blackberry #4C1142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 41.51%

R = 47.8%
G = 10.69%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#4C1142 (or 0x4C1142) is known color: Blackberry. HEX triplet: 4C, 11 and 42. RGB value is (76,17,66). Sum of RGB (Red+Green+Blue) = 76+17+66=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1142 is #B3EEBD. Grayscale: #282828. Windows color (decimal): -11792062 or 4329804. OLE color: 4329804.

HSL color Cylindrical-coordinate representation of color #4C1142: hue angle of 310.17º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C1142 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 17 66 -
CMYK 0 0.78 0.13 0.70
HSL 310.17º 0.63% 0.18% -
HSV(B) 310.17º 0.78% 0.3% -
XYZ 4.16 2.33 5.38 -
YUV 40.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 76 17 66 0 0.78 0.13 0.70 310.17 0.63 0.18
Hex 4C 11 42 0 4E D 46 136 3F 12
Octal 114 21 102 0 116 15 106 466 77 22
Binary 1001100 10001 1000010 0 1001110 1101 1000110 100110110 111111 10010

Color Harmonies of #4C1142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1142

Black with #4C1142

Text Example


Text Example

White with #4C1142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,17,66); }

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

background-color css

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

 a { background-color: rgb(76,17,66); }

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

border-color css

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

 span { border-color: rgb(76,17,66); }

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