Html Css Color HEX #490436 Blackberry

📋 copy color: '#490436'

red 73 ◦ green 4 ◦ blue 54

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

Shades of Blackberry #490436

Tints of Blackberry #490436

RGB

 RED value IS 73 (28.91% from 255) = 55.73%

 GREEN value IS 4 (1.95% from 255) = 3.05%

 BLUE value IS 54 (21.48% from 255) = 41.22%

R = 55.73%
G = 3.05%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#490436 (or 0x490436) is known color: Blackberry. HEX triplet: 49, 04 and 36. RGB value is (73,4,54). Sum of RGB (Red+Green+Blue) = 73+4+54=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #490436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490436 is #B6FBC9. Grayscale: #1E1E1E. Windows color (decimal): -11992010 or 3540041. OLE color: 3540041.

HSL color Cylindrical-coordinate representation of color #490436: hue angle of 316.52º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490436 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 4 54 -
CMYK 0 0.95 0.26 0.71
HSL 316.52º 0.9% 0.15% -
HSV(B) 316.52º 0.95% 0.29% -
XYZ 3.46 1.77 3.65 -
YUV 30.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 73 4 54 0 0.95 0.26 0.71 316.52 0.9 0.15
Hex 49 4 36 0 5F 1A 47 13D 5A F
Octal 111 4 66 0 137 32 107 475 132 17
Binary 1001001 100 110110 0 1011111 11010 1000111 100111101 1011010 1111

Color Harmonies of #490436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490436

Black with #490436

Text Example


Text Example

White with #490436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490436; }

 p { color: rgb(73,4,54); }

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

background-color css

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

 a { background-color: rgb(73,4,54); }

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

border-color css

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

 span { border-color: rgb(73,4,54); }

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