Html Css Color HEX #4C0426 Blackberry

📋 copy color: '#4C0426'

red 76 ◦ green 4 ◦ blue 38

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

Shades of Blackberry #4C0426

Tints of Blackberry #4C0426

RGB

 RED value IS 76 (30.08% from 255) = 64.41%

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

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

R = 64.41%
G = 3.39%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#4C0426 (or 0x4C0426) is known color: Blackberry. HEX triplet: 4C, 04 and 26. RGB value is (76,4,38). Sum of RGB (Red+Green+Blue) = 76+4+38=118 (15% of max value = 765). Red value is 76 (30.08% from 255 or 64.41% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0426 is #B3FBD9. Grayscale: #1D1D1D. Windows color (decimal): -11795418 or 2491468. OLE color: 2491468.

HSL color Cylindrical-coordinate representation of color #4C0426: hue angle of 331.67º 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 #4C0426 is Cyan = 0, Magento = 0.95, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 4 38 -
CMYK 0 0.95 0.5 0.70
HSL 331.67º 0.9% 0.16% -
HSV(B) 331.67º 0.95% 0.3% -
XYZ 3.37 1.76 2 -
YUV 29.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 76 4 38 0 0.95 0.5 0.70 331.67 0.9 0.16
Hex 4C 4 26 0 5F 32 46 14C 5A 10
Octal 114 4 46 0 137 62 106 514 132 20
Binary 1001100 100 100110 0 1011111 110010 1000110 101001100 1011010 10000

Color Harmonies of #4C0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0426

Black with #4C0426

Text Example


Text Example

White with #4C0426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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