Html Css Color HEX #460137 Blackberry

📋 copy color: '#460137'

red 70 ◦ green 1 ◦ blue 55

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

Shades of Blackberry #460137

Tints of Blackberry #460137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 43.65%

R = 55.56%
G = 0.79%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#460137 (or 0x460137) is known color: Blackberry. HEX triplet: 46, 01 and 37. RGB value is (70,1,55). Sum of RGB (Red+Green+Blue) = 70+1+55=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #460137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460137 is #B9FEC8. Grayscale: #1B1B1B. Windows color (decimal): -12189385 or 3604806. OLE color: 3604806.

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

Color convert

RGB 70 1 55 -
CMYK 0 0.99 0.21 0.73
HSL 313.04º 0.97% 0.14% -
HSV(B) 313.04º 0.99% 0.27% -
XYZ 3.23 1.6 3.75 -
YUV 27.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 70 1 55 0 0.99 0.21 0.73 313.04 0.97 0.14
Hex 46 1 37 0 63 15 49 139 61 E
Octal 106 1 67 0 143 25 111 471 141 16
Binary 1000110 1 110111 0 1100011 10101 1001001 100111001 1100001 1110

Color Harmonies of #460137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460137

Black with #460137

Text Example


Text Example

White with #460137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460137; }

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

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

background-color css

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

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

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

border-color css

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

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

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