Html Css Color HEX #4C083B Blackberry

📋 copy color: '#4C083B'

red 76 ◦ green 8 ◦ blue 59

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

Shades of Blackberry #4C083B

Tints of Blackberry #4C083B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

 BLUE value IS 59 (23.44% from 255) = 41.26%

R = 53.15%
G = 5.59%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4C083B (or 0x4C083B) is known color: Blackberry. HEX triplet: 4C, 08 and 3B. RGB value is (76,8,59). Sum of RGB (Red+Green+Blue) = 76+8+59=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C083B is #B3F7C4. Grayscale: #222222. Windows color (decimal): -11794373 or 3868748. OLE color: 3868748.

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

Color convert

RGB 76 8 59 -
CMYK 0 0.89 0.22 0.70
HSL 315º 0.81% 0.16% -
HSV(B) 315º 0.89% 0.3% -
XYZ 3.86 2.03 4.33 -
YUV 34.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 76 8 59 0 0.89 0.22 0.70 315 0.81 0.16
Hex 4C 8 3B 0 59 16 46 13B 51 10
Octal 114 10 73 0 131 26 106 473 121 20
Binary 1001100 1000 111011 0 1011001 10110 1000110 100111011 1010001 10000

Color Harmonies of #4C083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C083B

Black with #4C083B

Text Example


Text Example

White with #4C083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,8,59); }

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

background-color css

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

 a { background-color: rgb(76,8,59); }

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

border-color css

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

 span { border-color: rgb(76,8,59); }

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