#460138

Color #460138 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #460138

Tints of Blackberry #460138

Color information

#460138 (or 0x460138) is unknown color: approx Blackberry. HEX triplet: 46, 01 and 38. RGB value is (70,1,56). Sum of RGB (Red+Green+Blue) = 70+1+56=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #460138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460138 is #B9FEC7. Grayscale: #1B1B1B. Windows color (decimal): -12189384 or 3670342. OLE color: 3670342.

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

Color convert

RGB70156-
CMYK00.990.200.73
HSL312.17º97.18%13.92%-
HSV(B)312.17º98.57%27.45%-
XYZ3.251.613.88-
YUV27.9143.86158.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=55.12%
G=0.79%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7015600.990.200.73312.1797.1813.92
Hex46138063144913861e
Octal10617001432411147014116
Binary100011011110000110001110100100100110011100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460138; }

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

 H1.HeaderClassName
 {
   color: #460138;
 }
 .AnyTagClassName
 {
   color: #460138;
 }
</style>
background-color css

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

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

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

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

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

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