Html Css Color HEX #4A173A Blackberry

📋 copy color: '#4A173A'

red 74 ◦ green 23 ◦ blue 58

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

Shades of Blackberry #4A173A

Tints of Blackberry #4A173A

RGB

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

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

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

R = 47.74%
G = 14.84%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#4A173A (or 0x4A173A) is known color: Blackberry. HEX triplet: 4A, 17 and 3A. RGB value is (74,23,58). Sum of RGB (Red+Green+Blue) = 74+23+58=155 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.74% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 74 - color contains mainly: red. Hex color #4A173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A173A is #B5E8C5. Grayscale: #2A2A2A. Windows color (decimal): -11921606 or 3807050. OLE color: 3807050.

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

Color convert

RGB 74 23 58 -
CMYK 0 0.69 0.22 0.71
HSL 318.82º 0.53% 0.19% -
HSV(B) 318.82º 0.69% 0.29% -
XYZ 3.89 2.37 4.26 -
YUV 42.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 74 23 58 0 0.69 0.22 0.71 318.82 0.53 0.19
Hex 4A 17 3A 0 45 16 47 13F 35 13
Octal 112 27 72 0 105 26 107 477 65 23
Binary 1001010 10111 111010 0 1000101 10110 1000111 100111111 110101 10011

Color Harmonies of #4A173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A173A

Black with #4A173A

Text Example


Text Example

White with #4A173A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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