Html Css Color HEX #460138 Blackberry

📋 copy color: '#460138'

red 70 ◦ green 1 ◦ blue 56

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

Shades of Blackberry #460138

Tints of Blackberry #460138

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 value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#460138 (or 0x460138) is known color: 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

RGB 70 1 56 -
CMYK 0 0.99 0.20 0.73
HSL 312.17º 0.97% 0.14% -
HSV(B) 312.17º 0.99% 0.27% -
XYZ 3.25 1.61 3.88 -
YUV 27.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 70 1 56 0 0.99 0.20 0.73 312.17 0.97 0.14
Hex 46 1 38 0 63 14 49 138 61 E
Octal 106 1 70 0 143 24 111 470 141 16
Binary 1000110 1 111000 0 1100011 10100 1001001 100111000 1100001 1110

Color Harmonies of #460138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460138

Black with #460138

Text Example


Text Example

White with #460138

Text Example


Text Example

HTML Codes & Css Web 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>