Html Css Color HEX #4D0426 Blackberry

📋 copy color: '#4D0426'

red 77 ◦ green 4 ◦ blue 38

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

Shades of Blackberry #4D0426

Tints of Blackberry #4D0426

RGB

 RED value IS 77 (30.47% from 255) = 64.71%

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

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

R = 64.71%
G = 3.36%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#4D0426 (or 0x4D0426) is known color: Blackberry. HEX triplet: 4D, 04 and 26. RGB value is (77,4,38). Sum of RGB (Red+Green+Blue) = 77+4+38=119 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.71% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0426 is #B2FBD9. Grayscale: #1D1D1D. Windows color (decimal): -11729882 or 2491469. OLE color: 2491469.

HSL color Cylindrical-coordinate representation of color #4D0426: hue angle of 332.05º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0426 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 4 38 -
CMYK 0 0.95 0.51 0.70
HSL 332.05º 0.9% 0.16% -
HSV(B) 332.05º 0.95% 0.3% -
XYZ 3.45 1.8 2 -
YUV 29.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 77 4 38 0 0.95 0.51 0.70 332.05 0.9 0.16
Hex 4D 4 26 0 5F 33 46 14C 5A 10
Octal 115 4 46 0 137 63 106 514 132 20
Binary 1001101 100 100110 0 1011111 110011 1000110 101001100 1011010 10000

Color Harmonies of #4D0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0426

Black with #4D0426

Text Example


Text Example

White with #4D0426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,4,38); }

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

background-color css

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

 a { background-color: rgb(77,4,38); }

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

border-color css

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

 span { border-color: rgb(77,4,38); }

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