Html Css Color HEX #4A193C Blackberry

📋 copy color: '#4A193C'

red 74 ◦ green 25 ◦ blue 60

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

Shades of Blackberry #4A193C

Tints of Blackberry #4A193C

RGB

 RED value IS 74 (29.3% from 255) = 46.54%

 GREEN value IS 25 (10.16% from 255) = 15.72%

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

R = 46.54%
G = 15.72%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4A193C (or 0x4A193C) is known color: Blackberry. HEX triplet: 4A, 19 and 3C. RGB value is (74,25,60). Sum of RGB (Red+Green+Blue) = 74+25+60=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A193C is #B5E6C3. Grayscale: #2B2B2B. Windows color (decimal): -11921092 or 3938634. OLE color: 3938634.

HSL color Cylindrical-coordinate representation of color #4A193C: hue angle of 317.14º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A193C is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 25 60 -
CMYK 0 0.66 0.19 0.71
HSL 317.14º 0.49% 0.19% -
HSV(B) 317.14º 0.66% 0.29% -
XYZ 3.99 2.48 4.54 -
YUV 43.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 74 25 60 0 0.66 0.19 0.71 317.14 0.49 0.19
Hex 4A 19 3C 0 42 13 47 13D 31 13
Octal 112 31 74 0 102 23 107 475 61 23
Binary 1001010 11001 111100 0 1000010 10011 1000111 100111101 110001 10011

Color Harmonies of #4A193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A193C

Black with #4A193C

Text Example


Text Example

White with #4A193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,25,60); }

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

background-color css

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

 a { background-color: rgb(74,25,60); }

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

border-color css

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

 span { border-color: rgb(74,25,60); }

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