Html Css Color HEX #460728 Blackberry

📋 copy color: '#460728'

red 70 ◦ green 7 ◦ blue 40

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

Shades of Blackberry #460728

Tints of Blackberry #460728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.98%

 BLUE value IS 40 (16.02% from 255) = 34.19%

R = 59.83%
G = 5.98%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#460728 (or 0x460728) is known color: Blackberry. HEX triplet: 46, 07 and 28. RGB value is (70,7,40). Sum of RGB (Red+Green+Blue) = 70+7+40=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #460728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460728 is #B9F8D7. Grayscale: #1D1D1D. Windows color (decimal): -12187864 or 2623302. OLE color: 2623302.

HSL color Cylindrical-coordinate representation of color #460728: hue angle of 328.57º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460728 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 7 40 -
CMYK 0 0.90 0.43 0.73
HSL 328.57º 0.82% 0.15% -
HSV(B) 328.57º 0.9% 0.27% -
XYZ 2.98 1.61 2.16 -
YUV 29.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 70 7 40 0 0.90 0.43 0.73 328.57 0.82 0.15
Hex 46 7 28 0 5A 2B 49 149 52 F
Octal 106 7 50 0 132 53 111 511 122 17
Binary 1000110 111 101000 0 1011010 101011 1001001 101001001 1010010 1111

Color Harmonies of #460728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460728

Black with #460728

Text Example


Text Example

White with #460728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460728; }

 p { color: rgb(70,7,40); }

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

background-color css

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

 a { background-color: rgb(70,7,40); }

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

border-color css

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

 span { border-color: rgb(70,7,40); }

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