Html Css Color HEX #4A1E37 Blackberry

📋 copy color: '#4A1E37'

red 74 ◦ green 30 ◦ blue 55

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

Shades of Blackberry #4A1E37

Tints of Blackberry #4A1E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.87%

 BLUE value IS 55 (21.88% from 255) = 34.59%

R = 46.54%
G = 18.87%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#4A1E37 (or 0x4A1E37) is known color: Blackberry. HEX triplet: 4A, 1E and 37. RGB value is (74,30,55). Sum of RGB (Red+Green+Blue) = 74+30+55=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1E37 is #B5E1C8. Grayscale: #2D2D2D. Windows color (decimal): -11919817 or 3612234. OLE color: 3612234.

HSL color Cylindrical-coordinate representation of color #4A1E37: hue angle of 325.91º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A1E37 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 30 55 -
CMYK 0 0.59 0.26 0.71
HSL 325.91º 0.42% 0.2% -
HSV(B) 325.91º 0.59% 0.29% -
XYZ 3.98 2.66 3.92 -
YUV 46.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 74 30 55 0 0.59 0.26 0.71 325.91 0.42 0.2
Hex 4A 1E 37 0 3B 1A 47 146 2A 14
Octal 112 36 67 0 73 32 107 506 52 24
Binary 1001010 11110 110111 0 111011 11010 1000111 101000110 101010 10100

Color Harmonies of #4A1E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1E37

Black with #4A1E37

Text Example


Text Example

White with #4A1E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,30,55); }

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

background-color css

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

 a { background-color: rgb(74,30,55); }

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

border-color css

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

 span { border-color: rgb(74,30,55); }

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