Html Css Color HEX #470435 Blackberry

📋 copy color: '#470435'

red 71 ◦ green 4 ◦ blue 53

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

Shades of Blackberry #470435

Tints of Blackberry #470435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 41.41%

R = 55.47%
G = 3.13%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#470435 (or 0x470435) is known color: Blackberry. HEX triplet: 47, 04 and 35. RGB value is (71,4,53). Sum of RGB (Red+Green+Blue) = 71+4+53=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #470435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470435 is #B8FBCA. Grayscale: #1D1D1D. Windows color (decimal): -12123083 or 3474503. OLE color: 3474503.

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

Color convert

RGB 71 4 53 -
CMYK 0 0.94 0.25 0.72
HSL 316.12º 0.89% 0.15% -
HSV(B) 316.12º 0.94% 0.28% -
XYZ 3.28 1.68 3.52 -
YUV 29.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 71 4 53 0 0.94 0.25 0.72 316.12 0.89 0.15
Hex 47 4 35 0 5E 19 48 13C 59 F
Octal 107 4 65 0 136 31 110 474 131 17
Binary 1000111 100 110101 0 1011110 11001 1001000 100111100 1011001 1111

Color Harmonies of #470435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470435

Black with #470435

Text Example


Text Example

White with #470435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470435; }

 p { color: rgb(71,4,53); }

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

background-color css

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

 a { background-color: rgb(71,4,53); }

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

border-color css

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

 span { border-color: rgb(71,4,53); }

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