Html Css Color HEX #470739 Blackberry

📋 copy color: '#470739'

red 71 ◦ green 7 ◦ blue 57

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

Shades of Blackberry #470739

Tints of Blackberry #470739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 42.22%

R = 52.59%
G = 5.19%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#470739 (or 0x470739) is known color: Blackberry. HEX triplet: 47, 07 and 39. RGB value is (71,7,57). Sum of RGB (Red+Green+Blue) = 71+7+57=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #470739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470739 is #B8F8C6. Grayscale: #1F1F1F. Windows color (decimal): -12122311 or 3737415. OLE color: 3737415.

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

Color convert

RGB 71 7 57 -
CMYK 0 0.90 0.20 0.72
HSL 313.13º 0.82% 0.15% -
HSV(B) 313.13º 0.9% 0.28% -
XYZ 3.41 1.79 4.04 -
YUV 31.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 71 7 57 0 0.90 0.20 0.72 313.13 0.82 0.15
Hex 47 7 39 0 5A 14 48 139 52 F
Octal 107 7 71 0 132 24 110 471 122 17
Binary 1000111 111 111001 0 1011010 10100 1001000 100111001 1010010 1111

Color Harmonies of #470739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470739

Black with #470739

Text Example


Text Example

White with #470739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470739; }

 p { color: rgb(71,7,57); }

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

background-color css

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

 a { background-color: rgb(71,7,57); }

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

border-color css

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

 span { border-color: rgb(71,7,57); }

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