Html Css Color HEX #460136 Blackberry

📋 copy color: '#460136'

red 70 ◦ green 1 ◦ blue 54

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

Shades of Blackberry #460136

Tints of Blackberry #460136

RGB

 RED value IS 70 (27.73% from 255) = 56%

 GREEN value IS 1 (0.78% from 255) = 0.8%

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

R = 56%
G = 0.8%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#460136 (or 0x460136) is known color: Blackberry. HEX triplet: 46, 01 and 36. RGB value is (70,1,54). Sum of RGB (Red+Green+Blue) = 70+1+54=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #460136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460136 is #B9FEC9. Grayscale: #1B1B1B. Windows color (decimal): -12189386 or 3539270. OLE color: 3539270.

HSL color Cylindrical-coordinate representation of color #460136: hue angle of 313.91º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460136 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 1 54 -
CMYK 0 0.99 0.23 0.73
HSL 313.91º 0.97% 0.14% -
HSV(B) 313.91º 0.99% 0.27% -
XYZ 3.2 1.59 3.63 -
YUV 27.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 70 1 54 0 0.99 0.23 0.73 313.91 0.97 0.14
Hex 46 1 36 0 63 17 49 13A 61 E
Octal 106 1 66 0 143 27 111 472 141 16
Binary 1000110 1 110110 0 1100011 10111 1001001 100111010 1100001 1110

Color Harmonies of #460136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460136

Black with #460136

Text Example


Text Example

White with #460136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460136; }

 p { color: rgb(70,1,54); }

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

background-color css

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

 a { background-color: rgb(70,1,54); }

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

border-color css

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

 span { border-color: rgb(70,1,54); }

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