Html Css Color HEX #46073B Blackberry

📋 copy color: '#46073B'

red 70 ◦ green 7 ◦ blue 59

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

Shades of Blackberry #46073B

Tints of Blackberry #46073B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.15%

 BLUE value IS 59 (23.44% from 255) = 43.38%

R = 51.47%
G = 5.15%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#46073B (or 0x46073B) is known color: Blackberry. HEX triplet: 46, 07 and 3B. RGB value is (70,7,59). Sum of RGB (Red+Green+Blue) = 70+7+59=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46073B is #B9F8C4. Grayscale: #1F1F1F. Windows color (decimal): -12187845 or 3868486. OLE color: 3868486.

HSL color Cylindrical-coordinate representation of color #46073B: hue angle of 310.48º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46073B is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 7 59 -
CMYK 0 0.90 0.16 0.73
HSL 310.48º 0.82% 0.15% -
HSV(B) 310.48º 0.9% 0.27% -
XYZ 3.39 1.77 4.3 -
YUV 31.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 70 7 59 0 0.90 0.16 0.73 310.48 0.82 0.15
Hex 46 7 3B 0 5A 10 49 136 52 F
Octal 106 7 73 0 132 20 111 466 122 17
Binary 1000110 111 111011 0 1011010 10000 1001001 100110110 1010010 1111

Color Harmonies of #46073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46073B

Black with #46073B

Text Example


Text Example

White with #46073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46073B; }

 p { color: rgb(70,7,59); }

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

background-color css

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

 a { background-color: rgb(70,7,59); }

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

border-color css

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

 span { border-color: rgb(70,7,59); }

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