#460438

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

Shades of Blackberry #460438

Tints of Blackberry #460438

Color information

#460438 (or 0x460438) is unknown color: approx Blackberry. HEX triplet: 46, 04 and 38. RGB value is (70,4,56). Sum of RGB (Red+Green+Blue) = 70+4+56=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #460438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460438 is #B9FBC7. Grayscale: #1D1D1D. Windows color (decimal): -12188616 or 3671110. OLE color: 3671110.

HSL color Cylindrical-coordinate representation of color #460438: hue angle of 312.73º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460438 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB70456-
CMYK00.940.200.73
HSL312.73º89.19%14.51%-
HSV(B)312.73º94.29%27.45%-
XYZ3.281.673.89-
YUV29.66142.87156.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 56 (22.27% from 255) = 43.08%
R=53.85%
G=3.08%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7045600.940.200.73312.7389.1914.51
Hex4643805E144913959f
Octal10647001362411147113117
Binary10001101001110000101111010100100100110011100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460438; }

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

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

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

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

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

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

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

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