Html Css Color HEX #470428 Blackberry

📋 copy color: '#470428'

red 71 ◦ green 4 ◦ blue 40

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

Shades of Blackberry #470428

Tints of Blackberry #470428

RGB

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

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

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

R = 61.74%
G = 3.48%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#470428 (or 0x470428) is known color: Blackberry. HEX triplet: 47, 04 and 28. RGB value is (71,4,40). Sum of RGB (Red+Green+Blue) = 71+4+40=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #470428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470428 is #B8FBD7. Grayscale: #1C1C1C. Windows color (decimal): -12123096 or 2622535. OLE color: 2622535.

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

Color convert

RGB 71 4 40 -
CMYK 0 0.94 0.44 0.72
HSL 327.76º 0.89% 0.15% -
HSV(B) 327.76º 0.94% 0.28% -
XYZ 3.02 1.58 2.15 -
YUV 28.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 71 4 40 0 0.94 0.44 0.72 327.76 0.89 0.15
Hex 47 4 28 0 5E 2C 48 148 59 F
Octal 107 4 50 0 136 54 110 510 131 17
Binary 1000111 100 101000 0 1011110 101100 1001000 101001000 1011001 1111

Color Harmonies of #470428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470428

Black with #470428

Text Example


Text Example

White with #470428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470428; }

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

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

background-color css

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

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

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

border-color css

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

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

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