Html Css Color HEX #460630 Blackberry

📋 copy color: '#460630'

red 70 ◦ green 6 ◦ blue 48

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

Shades of Blackberry #460630

Tints of Blackberry #460630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.84%

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

R = 56.45%
G = 4.84%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#460630 (or 0x460630) is known color: Blackberry. HEX triplet: 46, 06 and 30. RGB value is (70,6,48). Sum of RGB (Red+Green+Blue) = 70+6+48=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #460630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460630 is #B9F9CF. Grayscale: #1D1D1D. Windows color (decimal): -12188112 or 3147334. OLE color: 3147334.

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

Color convert

RGB 70 6 48 -
CMYK 0 0.91 0.31 0.73
HSL 320.63º 0.84% 0.15% -
HSV(B) 320.63º 0.91% 0.27% -
XYZ 3.12 1.65 2.95 -
YUV 29.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 70 6 48 0 0.91 0.31 0.73 320.63 0.84 0.15
Hex 46 6 30 0 5B 1F 49 141 54 F
Octal 106 6 60 0 133 37 111 501 124 17
Binary 1000110 110 110000 0 1011011 11111 1001001 101000001 1010100 1111

Color Harmonies of #460630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460630

Black with #460630

Text Example


Text Example

White with #460630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460630; }

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

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

background-color css

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

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

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

border-color css

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

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

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