Html Css Color HEX #460429 Blackberry

📋 copy color: '#460429'

red 70 ◦ green 4 ◦ blue 41

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

Shades of Blackberry #460429

Tints of Blackberry #460429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.48%

 BLUE value IS 41 (16.41% from 255) = 35.65%

R = 60.87%
G = 3.48%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#460429 (or 0x460429) is known color: Blackberry. HEX triplet: 46, 04 and 29. RGB value is (70,4,41). Sum of RGB (Red+Green+Blue) = 70+4+41=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #460429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460429 is #B9FBD6. Grayscale: #1B1B1B. Windows color (decimal): -12188631 or 2688070. OLE color: 2688070.

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

Color convert

RGB 70 4 41 -
CMYK 0 0.94 0.41 0.73
HSL 326.36º 0.89% 0.15% -
HSV(B) 326.36º 0.94% 0.27% -
XYZ 2.97 1.55 2.24 -
YUV 27.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 70 4 41 0 0.94 0.41 0.73 326.36 0.89 0.15
Hex 46 4 29 0 5E 29 49 146 59 F
Octal 106 4 51 0 136 51 111 506 131 17
Binary 1000110 100 101001 0 1011110 101001 1001001 101000110 1011001 1111

Color Harmonies of #460429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460429

Black with #460429

Text Example


Text Example

White with #460429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460429; }

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

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

background-color css

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

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

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

border-color css

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

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

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