Html Css Color HEX #470629 Blackberry

📋 copy color: '#470629'

red 71 ◦ green 6 ◦ blue 41

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

Shades of Blackberry #470629

Tints of Blackberry #470629

RGB

 RED value IS 71 (28.13% from 255) = 60.17%

 GREEN value IS 6 (2.73% from 255) = 5.08%

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

R = 60.17%
G = 5.08%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#470629 (or 0x470629) is known color: Blackberry. HEX triplet: 47, 06 and 29. RGB value is (71,6,41). Sum of RGB (Red+Green+Blue) = 71+6+41=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #470629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470629 is #B8F9D6. Grayscale: #1D1D1D. Windows color (decimal): -12122583 or 2688583. OLE color: 2688583.

HSL color Cylindrical-coordinate representation of color #470629: hue angle of 327.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470629 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 6 41 -
CMYK 0 0.92 0.42 0.72
HSL 327.69º 0.84% 0.15% -
HSV(B) 327.69º 0.92% 0.28% -
XYZ 3.06 1.63 2.25 -
YUV 29.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 71 6 41 0 0.92 0.42 0.72 327.69 0.84 0.15
Hex 47 6 29 0 5C 2A 48 148 54 F
Octal 107 6 51 0 134 52 110 510 124 17
Binary 1000111 110 101001 0 1011100 101010 1001000 101001000 1010100 1111

Color Harmonies of #470629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470629

Black with #470629

Text Example


Text Example

White with #470629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470629; }

 p { color: rgb(71,6,41); }

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

background-color css

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

 a { background-color: rgb(71,6,41); }

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

border-color css

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

 span { border-color: rgb(71,6,41); }

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