Html Css Color HEX #4A183C Blackberry

📋 copy color: '#4A183C'

red 74 ◦ green 24 ◦ blue 60

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

Shades of Blackberry #4A183C

Tints of Blackberry #4A183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

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

R = 46.84%
G = 15.19%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4A183C (or 0x4A183C) is known color: Blackberry. HEX triplet: 4A, 18 and 3C. RGB value is (74,24,60). Sum of RGB (Red+Green+Blue) = 74+24+60=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A183C is #B5E7C3. Grayscale: #2A2A2A. Windows color (decimal): -11921348 or 3938378. OLE color: 3938378.

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

Color convert

RGB 74 24 60 -
CMYK 0 0.68 0.19 0.71
HSL 316.8º 0.51% 0.19% -
HSV(B) 316.8º 0.68% 0.29% -
XYZ 3.97 2.44 4.54 -
YUV 43.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 74 24 60 0 0.68 0.19 0.71 316.8 0.51 0.19
Hex 4A 18 3C 0 44 13 47 13D 33 13
Octal 112 30 74 0 104 23 107 475 63 23
Binary 1001010 11000 111100 0 1000100 10011 1000111 100111101 110011 10011

Color Harmonies of #4A183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A183C

Black with #4A183C

Text Example


Text Example

White with #4A183C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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