Html Css Color HEX #460139 Blackberry

📋 copy color: '#460139'

red 70 ◦ green 1 ◦ blue 57

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

Shades of Blackberry #460139

Tints of Blackberry #460139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 44.53%

R = 54.69%
G = 0.78%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#460139 (or 0x460139) is known color: Blackberry. HEX triplet: 46, 01 and 39. RGB value is (70,1,57). Sum of RGB (Red+Green+Blue) = 70+1+57=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #460139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460139 is #B9FEC6. Grayscale: #1B1B1B. Windows color (decimal): -12189383 or 3735878. OLE color: 3735878.

HSL color Cylindrical-coordinate representation of color #460139: hue angle of 311.3º 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 #460139 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 1 57 -
CMYK 0 0.99 0.19 0.73
HSL 311.3º 0.97% 0.14% -
HSV(B) 311.3º 0.99% 0.27% -
XYZ 3.28 1.62 4.01 -
YUV 28.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 70 1 57 0 0.99 0.19 0.73 311.3 0.97 0.14
Hex 46 1 39 0 63 13 49 137 61 E
Octal 106 1 71 0 143 23 111 467 141 16
Binary 1000110 1 111001 0 1100011 10011 1001001 100110111 1100001 1110

Color Harmonies of #460139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460139

Black with #460139

Text Example


Text Example

White with #460139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460139; }

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

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

background-color css

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

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

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

border-color css

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

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

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