Html Css Color HEX #490726 Blackberry

📋 copy color: '#490726'

red 73 ◦ green 7 ◦ blue 38

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

Shades of Blackberry #490726

Tints of Blackberry #490726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.93%

 BLUE value IS 38 (15.23% from 255) = 32.2%

R = 61.86%
G = 5.93%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#490726 (or 0x490726) is known color: Blackberry. HEX triplet: 49, 07 and 26. RGB value is (73,7,38). Sum of RGB (Red+Green+Blue) = 73+7+38=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #490726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490726 is #B6F8D9. Grayscale: #1E1E1E. Windows color (decimal): -11991258 or 2492233. OLE color: 2492233.

HSL color Cylindrical-coordinate representation of color #490726: hue angle of 331.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490726 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 7 38 -
CMYK 0 0.90 0.48 0.71
HSL 331.82º 0.83% 0.16% -
HSV(B) 331.82º 0.9% 0.29% -
XYZ 3.17 1.71 2 -
YUV 30.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 73 7 38 0 0.90 0.48 0.71 331.82 0.83 0.16
Hex 49 7 26 0 5A 30 47 14C 52 10
Octal 111 7 46 0 132 60 107 514 122 20
Binary 1001001 111 100110 0 1011010 110000 1000111 101001100 1010010 10000

Color Harmonies of #490726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490726

Black with #490726

Text Example


Text Example

White with #490726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490726; }

 p { color: rgb(73,7,38); }

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

background-color css

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

 a { background-color: rgb(73,7,38); }

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

border-color css

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

 span { border-color: rgb(73,7,38); }

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