Html Css Color HEX #460830 Blackberry

📋 copy color: '#460830'

red 70 ◦ green 8 ◦ blue 48

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

Shades of Blackberry #460830

Tints of Blackberry #460830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.35%

 BLUE value IS 48 (19.14% from 255) = 38.1%

R = 55.56%
G = 6.35%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#460830 (or 0x460830) is known color: Blackberry. HEX triplet: 46, 08 and 30. RGB value is (70,8,48). Sum of RGB (Red+Green+Blue) = 70+8+48=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #460830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460830 is #B9F7CF. Grayscale: #1F1F1F. Windows color (decimal): -12187600 or 3147846. OLE color: 3147846.

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

Color convert

RGB 70 8 48 -
CMYK 0 0.89 0.31 0.73
HSL 321.29º 0.79% 0.15% -
HSV(B) 321.29º 0.89% 0.27% -
XYZ 3.15 1.69 2.96 -
YUV 31.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 70 8 48 0 0.89 0.31 0.73 321.29 0.79 0.15
Hex 46 8 30 0 59 1F 49 141 4F F
Octal 106 10 60 0 131 37 111 501 117 17
Binary 1000110 1000 110000 0 1011001 11111 1001001 101000001 1001111 1111

Color Harmonies of #460830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460830

Black with #460830

Text Example


Text Example

White with #460830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460830; }

 p { color: rgb(70,8,48); }

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

background-color css

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

 a { background-color: rgb(70,8,48); }

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

border-color css

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

 span { border-color: rgb(70,8,48); }

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