Html Css Color HEX #470433 Blackberry

📋 copy color: '#470433'

red 71 ◦ green 4 ◦ blue 51

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

Shades of Blackberry #470433

Tints of Blackberry #470433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 40.48%

R = 56.35%
G = 3.17%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#470433 (or 0x470433) is known color: Blackberry. HEX triplet: 47, 04 and 33. RGB value is (71,4,51). Sum of RGB (Red+Green+Blue) = 71+4+51=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #470433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470433 is #B8FBCC. Grayscale: #1D1D1D. Windows color (decimal): -12123085 or 3343431. OLE color: 3343431.

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

Color convert

RGB 71 4 51 -
CMYK 0 0.94 0.28 0.72
HSL 317.91º 0.89% 0.15% -
HSV(B) 317.91º 0.94% 0.28% -
XYZ 3.24 1.67 3.28 -
YUV 29.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 71 4 51 0 0.94 0.28 0.72 317.91 0.89 0.15
Hex 47 4 33 0 5E 1C 48 13E 59 F
Octal 107 4 63 0 136 34 110 476 131 17
Binary 1000111 100 110011 0 1011110 11100 1001000 100111110 1011001 1111

Color Harmonies of #470433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470433

Black with #470433

Text Example


Text Example

White with #470433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470433; }

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

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

background-color css

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

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

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

border-color css

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

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

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