Html Css Color HEX #470628 Blackberry

📋 copy color: '#470628'

red 71 ◦ green 6 ◦ blue 40

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

Shades of Blackberry #470628

Tints of Blackberry #470628

RGB

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

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

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

R = 60.68%
G = 5.13%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#470628 (or 0x470628) is known color: Blackberry. HEX triplet: 47, 06 and 28. RGB value is (71,6,40). Sum of RGB (Red+Green+Blue) = 71+6+40=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #470628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470628 is #B8F9D7. Grayscale: #1D1D1D. Windows color (decimal): -12122584 or 2623047. OLE color: 2623047.

HSL color Cylindrical-coordinate representation of color #470628: hue angle of 328.62º 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 #470628 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 6 40 -
CMYK 0 0.92 0.44 0.72
HSL 328.62º 0.84% 0.15% -
HSV(B) 328.62º 0.92% 0.28% -
XYZ 3.05 1.62 2.16 -
YUV 29.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 71 6 40 0 0.92 0.44 0.72 328.62 0.84 0.15
Hex 47 6 28 0 5C 2C 48 149 54 F
Octal 107 6 50 0 134 54 110 511 124 17
Binary 1000111 110 101000 0 1011100 101100 1001000 101001001 1010100 1111

Color Harmonies of #470628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470628

Black with #470628

Text Example


Text Example

White with #470628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470628; }

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

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

background-color css

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

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

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

border-color css

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

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

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