Html Css Color HEX #460428 Blackberry

📋 copy color: '#460428'

red 70 ◦ green 4 ◦ blue 40

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

Shades of Blackberry #460428

Tints of Blackberry #460428

RGB

 RED value IS 70 (27.73% from 255) = 61.4%

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

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

R = 61.4%
G = 3.51%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#460428 (or 0x460428) is known color: Blackberry. HEX triplet: 46, 04 and 28. RGB value is (70,4,40). Sum of RGB (Red+Green+Blue) = 70+4+40=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #460428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460428 is #B9FBD7. Grayscale: #1B1B1B. Windows color (decimal): -12188632 or 2622534. OLE color: 2622534.

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

Color convert

RGB 70 4 40 -
CMYK 0 0.94 0.43 0.73
HSL 327.27º 0.89% 0.15% -
HSV(B) 327.27º 0.94% 0.27% -
XYZ 2.95 1.54 2.15 -
YUV 27.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 70 4 40 0 0.94 0.43 0.73 327.27 0.89 0.15
Hex 46 4 28 0 5E 2B 49 147 59 F
Octal 106 4 50 0 136 53 111 507 131 17
Binary 1000110 100 101000 0 1011110 101011 1001001 101000111 1011001 1111

Color Harmonies of #460428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460428

Black with #460428

Text Example


Text Example

White with #460428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460428; }

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

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

background-color css

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

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

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

border-color css

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

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

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